We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.

Forum Discussion

not_oppenheimer's avatar
not_oppenheimer
New member | Level 2
6 years ago

Dropbox API search vs. recursive list_folder with filtered results

I'm trying to utilize the API to scan my directories for .XLS files and read them. I've attempted this in two ways: using '/search'   url = "https://api.dropboxapi.com/2/files/search" data = { ...
  • Greg-DB's avatar
    6 years ago

    The results returned by the /2/files/search endpoint are not technically exhaustive. For search queries that have a very large number results, all of them may not be returned. Specifically, there is a max value limit of 9,999 for the 'start' parameter, so if there are more than 10,000 matches, you won't be able to retrieve everything.

    For use cases where you have that many entries to retrieve, please use /2/files/list_folder[/continue] instead.

    If that doesn't seem to be the issue here though, please open an API ticket with details on the missing search results so we can look into it for you.

About Dropbox API Support & Feedback

Node avatar for Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

5,877 PostsLatest Activity: 12 months ago
325 Following

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 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!