Dropbox – How to View Incremental Diffs of File Revisions

comparisondiff()dropboxversion control

Sometimes I use a simple editor like Notepad++ to edit my webpages on Dropbox.

Notepad++, not being an über-editor or IDE, does not track file changes for me.

But Dropbox does!!

Has anybody written a tool that is able to quickly view version history for a particular file in Dropbox? After all, saving to Dropbox is essentially like doing a commit to VCS.

Does anybody know if Dropbox exposes any API for querying past versions of a file?

Best Answer

You can use the current provided REST API of Dropbox

Related Question