Learn how to make the most out of the Dropbox Community here 💙!
Forum Discussion
rajhanskumar
5 years agoExplorer | Level 3
Getting the Latest Changes of the Files and Folders
Hello Team,
We have consumed the Continue API this
https://api.dropboxapi.com/2/files/list_folder/continue
To get the latest changes of the Dropbox account, but I am still confused what i...
Greg-DB
Dropbox Staff
5 years agoIf the response from /2/files/list_folder or /2/files/list_folder/continue indicates '"has_more": true', that indicates that there are more results to be retrieved, and so the app should take the "cursor" value from the response and call back to /2/files/list_folder/continue with that value as the "cursor" parameter. That new call will return the next page of results, and so on.
If it indicates '"has_more": false', that means there currently are no more results to be retrieved. You can still store the cursor and check back later though.
Please refer to the /2/files/list_folder or /2/files/list_folder/continue documentation for more information. I also recommend reading the File Access Guide and the Detecting Changes Guide.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,973 PostsLatest Activity: 42 minutes 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!