Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
Hi,
I am using dropbox V2 rest apis for my application. I have an usecase to be resolved. There is an api to list all the files and folders within the given folder path. Is there a way to retrieve only the folders within the given folder path? I know that we can differentiate the folders and files using the ".tag" key value. Is there any filter that can be directly applied to get the folders alone? Please advise on this. Thanks in advance.
Thanks Greg!
ability to report / list the folder structure's across our shared dropbox environment is sadly missing, it will take someone days to manually document our current shared structure - any plans to get this in place would be hugely relevant to companies adopting dropbox across their teams
thanks
Thanks for the feedback! I don't have an update on this feature request, but I'll be sure to add your message to it.
Just to be clear though, while the Dropbox API doesn't offer a way to filter to folders on the server, but you can still programmatically list everything and apply that filtering client-side. To do so, you would use /2/files/list_folder[/continue] with recursive=true, and filter down to folder entries only:
https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder
https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder-continue
Hi @Greg-DB , I had the same question and wanted to confirm if this still applies, or is there some way to list only subfolders?
@yatin_manchanda This is still accurate; the Dropbox API still doesn't offer an option for listing subfolders only.
Hi there!
If you need more help you can view your support options (expected response time for a ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!