Hi Everyone,
I'm having an issue with interaction with one of the "Team" or "Shared" directories under our Business account.
I'm using rclone v1.55.0-beta.5312.f47893873
- os/arch: linux/amd64
- go version: go1.16
when I run
rclone ls DropBox2:
i can see my own files and folders
when I run
rclone ls DropBox2:/
I can see all files under the "root" folder
when I run
rclone ls DropBox2:/RClone
I receive the following error:
Failed to create file system for "DropBox2:/RClone": get current account failed: missing_scope/
The folder exists under the root folder but I can never list it.
The extra -vv flags give me this:
r clone -vv ls DropBox2:/RClone
2021/03/17 14:53:25 DEBUG : Using config file from "/home/ec2-user/.config/rclone/rclone.conf"
2021/03/17 14:53:25 DEBUG : rclone: Version "v1.55.0-beta.5312.f47893873" starting with parameters ["rclone" "-vv" "ls" "DropBox2:/RClone"]
2021/03/17 14:53:25 DEBUG : Creating backend with remote "DropBox2:/RClone"
2021/03/17 14:53:31 Failed to create file system for "DropBox2:/RClone": get current account failed: missing_scope/...
`
The app I created on Dropbox Developer side has all the access that is possible to grant.
Please assist.