View incremental diffs of my revisions to files using Dropbox
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?
Solution 1:
You can use the current provided REST API of Dropbox
Solution 2:
There is also DropboxDiff by Victor Shih.