We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
ravindra007
4 years agoExplorer | Level 4
Pagination for listfolder content
How to acheive pagination using listfolder endpoint let me know. Because at a time all the folder content reteriving into window or page it taking too much time so we need to implement in this scenar...
Greg-DB
4 years agoDropbox Staff
ravindra007 To list the contents of a path via the Dropbox API, you should use the /2/files/list_folder and /2/files/list_folder/continue endpoints. Those are already paginated, meaning that you may need to make multiple calls in order to retrieve all of the results. The exact page size isn't guaranteed though. You can specify the "limit" parameter on /2/files/list_folder to request an approximate maximum on the number of entries that would be returned per page. Please refer to the documentation linked above for more information.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,877 PostsLatest Activity: 12 months agoIf 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!