R4chi7
R4chi7

Reputation: 863

List all folders in a user's Dropbox

I know that the folder details can be obtained with the

https://api.dropbox.com/1/metadata/dropbox/<path>

call. But, to call this API, we need a value for <path> right? Is there some way by which I can view all the folders at the root level in a Dropbox account?

I checked out this question, but even that requires a value for <directories>.

Thanks in advance.

Upvotes: 0

Views: 832

Answers (1)

user94559
user94559

Reputation: 60143

Just use /1/metadata/dropbox/ to get everything in the root.

Upvotes: 1

Related Questions