1
mirror of https://github.com/rclone/rclone synced 2024-09-07 01:30:09 +02:00

onedrive: document refresh token expiry - fixes #4512

This commit is contained in:
Nick Craig-Wood 2020-08-21 15:56:41 +01:00
parent 801a820c54
commit 1abc252ed3

View File

@ -294,7 +294,12 @@ See: the [encoding section in the overview](/overview/#encoding) for more info.
{{< rem autogenerated options stop >}}
### Limitations ###
### Limitations
If you don't use rclone for 90 days the refresh token will
expire. This will result in authorization problems. This is easy to
fix by running the `rclone config reconnect remote:` command to get a
new token and refresh token.
#### Naming ####