Take Your Search Game to the Next Level with Dropbox Dash 🚀✨ Curious how it works? Ask us here!
Forum Discussion
michael34254
6 years agoExplorer | Level 4
Get list of all file changes
When I used the list_folder/continue API, I noticed that it returns the file changes for only that particular folder whose cursor has been used. If I want the changes that have been made in a different folder, I have to get the cursor of that folder and make an API call again. Unlike getting list of changes of a particular folder, is there a way through which I can get a list of changes for all the folders through one API call.
Hi michael34254,
Have you used the "recursive" parameter in initial request (before /2/files/list_folder/continue)? :thinking: "continue" will just follows the "rules" set in initial call ("/2/files/list_folder" or "/2/files/list_folder/get_latest_cursor"). :wink:
Hope this helps.
3 Replies
Sort By
- ЗдравкоLegendary | Level 20
Hi michael34254,
Have you used the "recursive" parameter in initial request (before /2/files/list_folder/continue)? :thinking: "continue" will just follows the "rules" set in initial call ("/2/files/list_folder" or "/2/files/list_folder/get_latest_cursor"). :wink:
Hope this helps.
- Greg-DB
Dropbox Staff
As Здравко mentioned, /2/files/list_folder/continue will behave according to the parameters used on the initial call to /2/files/list_folder for the used cursor.
It's not possible to change the parameters on an existing cursor.
If you want to receive nested entries, you'll need to set 'recursive:true' on the initial /2/files/list_folder call. Likewise, if you want to get entries/changes for all files/folders under the root, as opposed to just a specific folder, you'll need to set the 'path' parameter on the initial /2/files/list_folder call to the empty string "".
- michael34254Explorer | Level 4
Thank's Greg, to you and Здравко. Totally ignored recursive for the initial request. Work's fine now.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.6,000 PostsLatest Activity: 3 days 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!