dropbox / dbxcli

A command line client for Dropbox built using the Go SDK
Other
1.05k stars 101 forks source link

Error: missing_scope/ #154

Open mauricev opened 3 years ago

mauricev commented 3 years ago

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/.

fauconab commented 3 years ago

I'm also encountering this issue.

rjhornsby commented 3 years ago

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
cpb commented 3 years ago

Does this persist after logging out with dbxcli logout ?

lkroeh commented 2 years ago

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