dropbox / dbxcli

A command line client for Dropbox built using the Go SDK
Other
1.05k stars 101 forks source link

revs doesn't return a list #121

Closed edusantana closed 5 years ago

edusantana commented 5 years ago

The revs command doesn't return a list of file revisions.

list-revisions

It only returns the current revision. As you can see at the dropbox page, this file has two revisions:

two-revisions

I'm trying to undo a virus effect, if can get the previous file revision, I could restore it (and then rename it to original name).

I'm trying to make a bulk restore and rename.

Can you help me to call https://www.dropbox.com/developers/documentation/http/documentation#files-list_revisions by hand? With the curl command? I can't wait too long... otherwise I lost my data.

edusantana commented 5 years ago

Sorry, I discover it was not an error. I created a repository to show how to restore files using curl.