forked from TrueCloudLab/rclone
onedrive: Add troubleshooting to docs
This commit is contained in:
parent
2b332bced2
commit
2a29f7f6c8
1 changed files with 16 additions and 4 deletions
|
@ -193,3 +193,15 @@ Note: This will disable the creation of new file versions, but will not remove a
|
|||
7. Apply the changes by clicking OK.
|
||||
8. Use rclone to upload or modify files. (I also use the --no-update-modtime flag)
|
||||
9. Restore the versioning settings after using rclone. (Optional)
|
||||
|
||||
### Troubleshooting ###
|
||||
|
||||
```
|
||||
Error: access_denied
|
||||
Code: AADSTS65005
|
||||
Description: Using application 'rclone' is currently not supported for your organization [YOUR_ORGANIZATION] because it is in an unmanaged state. An administrator needs to claim ownership of the company by DNS validation of [YOUR_ORGANIZATION] before the application rclone can be provisioned.
|
||||
```
|
||||
|
||||
This means that rclone can't use the OneDrive for Business API with your account. You can't do much about it, maybe write an email to your admins.
|
||||
|
||||
However, there are other ways to interact with your OneDrive account. Have a look at the webdav backend: https://rclone.org/webdav/#sharepoint
|
Loading…
Reference in a new issue