mirror of
https://github.com/rclone/rclone.git
synced 2025-01-22 22:28:47 +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
c764ab2751
commit
07f4b9832d
@ -99,6 +99,7 @@ var (
|
|||||||
"files.content.write",
|
"files.content.write",
|
||||||
"files.content.read",
|
"files.content.read",
|
||||||
"sharing.write",
|
"sharing.write",
|
||||||
|
"account_info.read", // needed for About
|
||||||
// "file_requests.write",
|
// "file_requests.write",
|
||||||
// "members.read", // needed for impersonate - but causes app to need to be approved by Dropbox Team Admin during the flow
|
// "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