abraunegg-onedrive/README.Office365.md

22 lines
803 B
Markdown
Raw Permalink Normal View History

# Show how to access a Sharepoint group drive in Office 365 business or education
## Obtaining the Sharepoint Site Details
2019-01-06 00:06:04 +01:00
1. Login to OneDrive and under 'Shared Libraries' obtain the shared library name
2019-01-06 00:09:27 +01:00
2. Run the following command using the 'onedrive' client
```bash
onedrive --get-O365-drive-id '<your library name>'
```
2019-01-06 00:10:47 +01:00
3. This will return the following:
2019-01-06 00:09:27 +01:00
```bash
Initializing the Synchronization Engine ...
Office 365 Library Name: ab-github-odtest
drive_id: b!6H.....l7vVxU5
```
## Configuring the onedrive client
Once you have obtained the 'drive_id' above, add to your 'onedrive' configuration file (`~/.config/onedrive/config`)the following:
2019-01-06 00:10:47 +01:00
```bash
drive_id = "insert the drive id from above here"
```
The OneDrive client will now sync this SharePoint shared library to your local system.