mirror of
https://github.com/rclone/rclone.git
synced 2024-11-25 18:04:55 +01:00
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:
parent
7f5e347d94
commit
dcd4edc9f5
@ -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
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user