Your workflow is unique 👨💻 - tell us how you use Dropbox here.
Forum Discussion
Marvin D.
8 years agoExplorer | Level 3
What is the minimum entries from a ListFolderResult to cause hasMore to be true?
What is the minimum entries from a ListFolderResult to cause hasMore to be true? I'm writing an application and wanted to test what happens when has more is true. It does not seem that this API supp...
Greg-DB
Dropbox Community Moderator
8 years agoThe ListFolder interface supports pagination via multiple calls to listFolder and listFolderContinue.
The pages will generally be up to about 2000 entries, but there are various factors that can affect that, so don't rely on that number. You should always check ListFolderResult.hasMore to determine if you should call back.
About Dropbox API Support and Feedback
Get help with the Dropbox API from fellow developers and experts.
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!