Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot ls the root of the app folder #209

Open
bwesen opened this issue Apr 16, 2024 · 0 comments
Open

Cannot ls the root of the app folder #209

bwesen opened this issue Apr 16, 2024 · 0 comments

Comments

@bwesen
Copy link

bwesen commented Apr 16, 2024

When I do dbxcli ls, it just gives me:

Error: Error in call to API function "files/get_metadata": request body: path: The root folder is unsupported.

I can ls individual files correctly and I can upload files, but I can't list the app folder.

The app has the metadata r/w and content r/w Permissions and the oauth2 refresh token is newly minted.

It works fine if I do ls of any folder within the app folder, but not the app folder itself.

I googled a bit and found that in the v2 dbox API you are not allowed to use get_metadata on the root folder anymore, instead you're supposed to use the list_folders API call, so maybe dbxcli is just trying some old API tricks?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant