Update README.Office365.md

This commit is contained in:
abraunegg 2019-01-06 10:10:47 +11:00 committed by GitHub
parent 0759767916
commit 1d3bf0d360
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@
```bash
onedrive --get-O365-drive-id '<your library name>'
```
3. This will return the following:
3. This will return the following:
```bash
Initializing the Synchronization Engine ...
Office 365 Library Name: ab-github-odtest
@ -14,7 +14,7 @@ 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:
```
```bash
drive_id = "insert the drive id from above here"
```