One month down in 2025: How are your resolutions coming along? Check out how to get back on track here.
Forum Discussion
rahulj2001
3 years agoNew member | Level 2
Finding specific changes in file
Hello,
I am working with the dropbox api on python. The files_list_folder_continue method returns all files that have been updated. However, I would like to extract the specific changes to these files in my code. Is there any way to do this?
Thank you
- Greg-DB
Dropbox Staff
For information on monitoring for changes, check out the Detecting Changes Guide.
And using the Python SDK, you can list the versions of any particular file using the files_list_revisions method. You can download any available version(s) of a file using the files_download methods.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,941 PostsLatest Activity: 2 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!