How do I sync multiple (business) sharepoints? #1439
-
Hello, I have a OneDrive business account, and we have multiple Sharepoint sites (with documents) created within the organization. These are not shared folders, so they do not show up with "onedrive --list-shared-folders". I can sync my personal (business) OneDrive account with no issues. Is there a way I can also sync the documents from other sharepoint sites of which I'm a member? I have the URL for each site, and I tried adding the last part of it to the business_shared_folders file, and that didn't seem to work. I can sync each of these to different folders on my Windows or Mac PCs. Please let me know if you need more information. Thank you for continuing development on this great tool! |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 5 replies
-
@patricknoffke |
Beta Was this translation helpful? Give feedback.
-
@patricknoffke
To run the PR, you need to run the client from the PR build directory:
When running the PR, your version should be: The crash is being caused by the SharePoint site not provided the expected data - so this also is an Azure AD permissions issue / SharePoint issue which you must fix if you want to search what SharePoint sites are available. |
Beta Was this translation helpful? Give feedback.
-
@abraunegg I have several (a dozen or so) SharePoint Libraries shared with me within my organization. If so, do you think it'd make sense to open a Feature Request regarding this issue (I mean: to have one client to sync them all), or is it non-viable? |
Beta Was this translation helpful? Give feedback.
-
The only way to support multiple SharePoint Libraries is to configure several independent instances of the client. This is clearly documented here: https://github.com/abraunegg/onedrive/blob/master/docs/SharePoint-Shared-Libraries.md#how-to-configure-multiple-onedrive-sharepoint-shared-library-sync
No - because there are too many challenges to even taking that approach - for instance:
The only path is for you to have separate configurations for each SharePoint Library. Sorry if this is inconvenient for you. |
Beta Was this translation helpful? Give feedback.
@patricknoffke
Please read the documentation on how to sync SharePoint Shared Libraries: https://github.com/abraunegg/onedrive/blob/master/docs/SharePoint-Shared-Libraries.md