Discuss Dropbox Developer & API
why doesn't recursive search in list_folder in business account work?
I just tried the 'recursive:true' option on /2/files/list_folder[/continue] with a Business account and it's working as expected for me. Make sure you're checking the 'has_more' value in each result and calling back to /2/files/list_folder/continue if it's true.
If something still isn't working as expected, we'll be happy to look into it, but we'd need more information. In that case, reply with:
please tell me how to use the parameter 'has_more', here I do not see this, unfortunately https://monosnap.com/file/L8bR77ODuDUddCfGQgz2HeHxnUngdV
The 'has_more' field is a property of the response, not a parameter, so it won't be included in the API v2 Explorer "Request" section. You can find information on it in the documentation.
It is always set (to either true or false), so in your second screenshot it looks like there's just an issue displaying that value in whatever environment you're using. (It is shown in the API v2 Explorer, for instance.) Please refer to the documentation for your environment for information on how to print out boolean values like that.
The way we work is changing. Share and discover new ways to work smarter with Dropbox in our community.
Sound good? Let's get started.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 Twitter or Facebook.
For more info on available support options, see this article.
If you found the answer to your question, please 'like' the post to say thanks to the user!