Forum Discussion

Naga Abhinaya T's avatar
Naga Abhinaya T
Explorer | Level 4
9 years ago
Solved

Get List of folders

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.

  • No, the API doesn't offer the ability to filter to folders only, but I'll pass this along as a feature request.

6 Replies

  • Greg-DB's avatar
    Greg-DB
    Icon for Dropbox Community Moderator rankDropbox Community Moderator
    9 years ago
    No, the API doesn't offer the ability to filter to folders only, but I'll pass this along as a feature request.
  • RRhilary's avatar
    RRhilary
    New member | Level 2
    8 years ago

    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

  • Greg-DB's avatar
    Greg-DB
    Icon for Dropbox Community Moderator rankDropbox Community Moderator
    8 years ago

    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

  • yatin_manchanda's avatar
    yatin_manchanda
    Explorer | Level 4
    2 years ago

    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?

  • Greg-DB's avatar
    Greg-DB
    Icon for Dropbox Community Moderator rankDropbox Community Moderator
    2 years ago

    yatin_manchanda This is still accurate; the Dropbox API still doesn't offer an option for listing subfolders only.

About Dropbox API Support & Feedback

Node avatar for Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.

The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.

If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X, Facebook or Instagram.

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!