dropbox / dbxcli

A command line client for Dropbox built using the Go SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error: missing_scope/

mauricev opened this issue · comments

At first, dbxcli ls asked for an authorization code. Then it reported it didn't have the required scope. I believe I changed what it need by giving it read access to everything under individual.

Now the ls command reports
Error: missing_scope/.

I'm also encountering this issue.

Hitting the same problem - but it only seems to happen when using any dbxcli share commands. Noting it in this issue because maybe the error message could be more specific?

Enabled these permissions, but it hasn't fixed the issue

* account_info.read
* files.metadata.write
* files.metadata.read
* files.content.write
* files.content.read
* sharing.write
* sharing.read

Does this persist after logging out with dbxcli logout ?

I was able to fix this issue after doing dbxcli logout, changed the permissions to not include any team scopes, and re-logged in