Start 2025 on time and up to date. Seamlessly integrate your calendars into Dropbox with these simple steps.
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 support pagination.
- Greg-DBDropbox Staff
The 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 & Feedback
Find help with the Dropbox API from other developers.5,928 PostsLatest Activity: 2 hours ago
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!