When I invoke the about command on my dropbox account I get the following error message:
Failed to about: About call failed: about failed: missing_scope/.
All other commands (ls, lsd) work fine. Mounting file system outputs the same error message, but works fine.
What is your rclone version (output from rclone version)
rclone v1.54.1
- os/arch: linux/amd64
- go version: go1.15.8
Which OS you are using and how many bits (eg Windows 7, 64 bit)
Linux Ubuntu 64 bit
Which cloud storage system are you using? (eg Google Drive)
Dropbox
The command you were trying to run (eg rclone copy /tmp remote:tmp)
rclone about dropbox:
The rclone config contents with secrets removed.
[dropbox]
type = dropbox
token = {(removed)}
A log from the command with the -vv flag
<7>DEBUG : rclone: Version "v1.54.1" starting with parameters ["rclone" "about" "dropbox:" "-vv"]
<7>DEBUG : rclone: systemd logging support activated
<7>DEBUG : Using config file from "/home/ru13r/.config/rclone/rclone.conf"
<7>DEBUG : Creating backend with remote "dropbox:"
<7>DEBUG : 3 go routines active
Failed to about: About call failed: about failed: missing_scope/.
I did not create any kind of own App, as I use default rclone app.
Everything just works, the problem is this error message (and inability to read remote disk quota).
For now I chose:
never used rclone without creating my own app id, so i have no idea how that affects things.
but that link i shared made mention of creating your own app id and so does the rclone docs.