abraunegg-onedrive/README.Office365.md
abraunegg 7532c9d8cc
Update handling of --get-O365-drive-id for multi matching (#354)
* Update handling of --get-O365-drive-id to print out all 'site names' that match the explicit search entry rather than just the last match
* Add webUrl for site to output so that the 'right' site drive_id can be identified
* Update O365 readme with updated output
2019-01-19 13:01:41 +11:00

866 B

Show how to access a Sharepoint group drive in Office 365 business or education

Obtaining the Sharepoint Site Details

  1. Login to OneDrive and under 'Shared Libraries' obtain the shared library name
  2. Run the following command using the 'onedrive' client
onedrive --get-O365-drive-id '<your library name>'
  1. This will return the following:
Initializing the Synchronization Engine ...
Office 365 Library Name Query: <your library name>
SiteName: <your library name>
drive_id: b!6H_y8B...xU5
URL:      <your site URL>

Configuring the onedrive client

Once you have obtained the 'drive_id' above, add to your 'onedrive' configuration file (~/.config/onedrive/config)the following:

drive_id = "insert the drive id from above here"

The OneDrive client will now sync this SharePoint shared library to your local system.