-
-
Notifications
You must be signed in to change notification settings - Fork 871
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Handle moving of Shared Folders for Business Accounts #2824
Comments
* Implement Feature Request #2824 to support the moving of Shared Folder Links to other folders
Important Relocatable Shared Folder Links is only a OneDrive Business supported capability. Microsoft does not support this for OneDrive Personal account types. Please can you test extensively this PR that implements this feature request. This PR specifically builds on the changes implemented in PR #3051 To test this PR, first install all the require platform dependencies to build the client on your respective platforms. Please read https://github.com/abraunegg/onedrive/blob/master/docs/install.md#building-from-source---high-level-requirements and then follow correctly for your platform. Once this is done, to clone the PR to resolve your issue, you can use a script like the following:
This script will create a local folder called To run the PR, you need to run the client from the PR build directory:
To install the PR, you will need to perform When running the PR, your version should be: Please note PR #3051 and PR #3052 have a DB schema change which forces a resync. PR EvidenceOnline Folder StructurePR Application Output
Local Directory Structure
|
@abraunegg cool thank you very much for working on my feature request. I could compile the PR on my machine. I will make tests using version |
@divico |
Is your feature request related to a problem? Please describe.
It would be helpful to be able to move OneDrive Business Shared Folders to a different location within OneDrive than the default "My Files" location. With a growing number of shared folders, the folder structure in "My Files" can get very messy.
Currently, syncing OneDrive Business Shared Folders works only as long as the folder (i.e. the shortcut) is left in the default location, that is at the root of its own OneDrive folder structure (i.e. "My Files").
Describe the solution you'd like
The optimal solution is to behave like the Windows client. The shared folders (i.e. shortcuts) can be moved to any other location which is then reflected locally.
Describe alternatives you've considered
Not great, but creating local symlinks outside the OneDrive folder pointing to the shared folders in OneDrive would allow you to get some sort of folder structure of the shared folders.
Additional context
Refer to: #2821
The text was updated successfully, but these errors were encountered: