From dcd4edc9f57d3bd41868c1f49fa9ff06d68f0936 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Tue, 13 Apr 2021 11:43:00 +0100 Subject: [PATCH] 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 --- backend/dropbox/dropbox.go | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/dropbox/dropbox.go b/backend/dropbox/dropbox.go index ea98d36b6..d2d554314 100755 --- a/backend/dropbox/dropbox.go +++ b/backend/dropbox/dropbox.go @@ -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 },