cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Want to know more about how you can find anything and protect everything? Check it out here.

Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Finding specific changes in file

Finding specific changes in file

rahulj2001
New member | Level 2

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

1 Reply 1

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.

Need more support?
Who's talking

Top contributors to this post

  • User avatar
    Greg-DB Dropbox Staff
What do Dropbox user levels mean?