cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
What’s new: end-to-end encryption, Replay and Dash updates. Find out more about these updates, new features and more 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: 

DeletedMetadata with ListRevisions

DeletedMetadata with ListRevisions

MarkMichaelis
Explorer | Level 3

I use the Drpopbox API as follows:

  1. The `ListFolder` API returns an item of type `DeletedMetadata`.  
  2. The `ListRevisions` API returns 0 revisions for the same item (using the path)
  3. Restore the Item using the Dropbox Web UI
  4. Delete the same item using the Dropbox Web UI
  5. Retrieve the same item using the `ListFolder` API (returning a `DeletedMetadata` item again since the item was deleted)
  6. Now ListRevisions returns 2 revisions

Question: Why were not revisions returned in step 2 but in step 6 they were returned?

 

Thanks,

Mark

3 Replies 3

Greg-DB
Dropbox Staff

Would you be able to share the relevant code and output for this so we can take a closer look? Be sure to redact your access token though.

 

Also, how and when was the file deleted originally?

 

Feel free to open an API ticket if you'd prefer to share privately. Thanks!

MarkMichaelis
Explorer | Level 3

Hi Greg,

 

Thanks for following up.

 

The code is available on a  fork of dbxcli.  Line 175 captures when there are no revisions on DeletedMetadata.

 

I can't provide the time the file was originally deleted.  That only works when revisions are available but there are no revisions.

 

Thanks,

Mark

Greg-DB
Dropbox Staff

I'm not sure exactly what scenario you're running in to here. Can you share the output of these API calls so I can take a closer look?

 

It may be easier to use the API v2 Explorer so you can see the API responses directly.

Need more support?
Who's talking

Top contributors to this post

  • User avatar
    Greg-DB Dropbox Staff
  • User avatar
    MarkMichaelis Explorer | Level 3
What do Dropbox user levels mean?