From 1abc252ed3099cc074d9b7461794c738af461484 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Fri, 21 Aug 2020 15:56:41 +0100 Subject: [PATCH] onedrive: document refresh token expiry - fixes #4512 --- docs/content/onedrive.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/content/onedrive.md b/docs/content/onedrive.md index 36ecf5909..5418f6b2e 100644 --- a/docs/content/onedrive.md +++ b/docs/content/onedrive.md @@ -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 ####