Question

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.

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top