RClone doesn't list Dropbox shared folders

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.

hello and welcome to the forum,

try without the slash
rclone -vv ls DropBox2:RClone

https://rclone.org/dropbox/#dropbox-for-business

You can follow this issue.

Thank you for your replies.

When I run rclone -vv ls DropBox2:RClone

I'm getting:
2021/03/18 09:43:11 DEBUG : rclone: Version "v1.54.1" starting with parameters ["rclone" "-vv" "ls" "DropBox2:RClone"]
2021/03/18 09:43:11 DEBUG : Using config file from "/Users/valeriyn/.config/rclone/rclone.conf"
2021/03/18 09:43:11 DEBUG : Creating backend with remote "DropBox2:RClone"
2021/03/18 09:43:17 ERROR : : error listing: directory not found
2021/03/18 09:43:17 DEBUG : 5 go routines active
2021/03/18 09:43:17 Failed to ls with 2 errors: last error was: directory not found

It refers to my personal DropBox folder which doesn't have the RClone folder in it.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.