dropbox: fix About after scopes changes - rclone config reconnect needed

This adds the missing scope for the About call. To use it it will be
necessary to refresh the token with `rclone config reconnect`.

See: https://forum.rclone.org/t/dropbox-too-many-requests-or-write-operations-trying-again-in-15-seconds/23316/33
This commit is contained in:
Nick Craig-Wood 2021-04-13 11:43:00 +01:00
parent 7f5e347d94
commit dcd4edc9f5
1 changed files with 1 additions and 0 deletions

View File

@ -99,6 +99,7 @@ var (
"files.content.write",
"files.content.read",
"sharing.write",
"account_info.read", // needed for About
// "file_requests.write",
// "members.read", // needed for impersonate - but causes app to need to be approved by Dropbox Team Admin during the flow
},