onedrive: document refresh token expiry - fixes #4512
This commit is contained in:
parent
801a820c54
commit
1abc252ed3
1 changed files with 6 additions and 1 deletions
|
@ -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 ####
|
||||
|
||||
|
|
Loading…
Reference in a new issue