I use the Drpopbox API as follows:
- The `ListFolder` API returns an item of type `DeletedMetadata`.
- The `ListRevisions` API returns 0 revisions for the same item (using the path)
- Restore the Item using the Dropbox Web UI
- Delete the same item using the Dropbox Web UI
- Retrieve the same item using the `ListFolder` API (returning a `DeletedMetadata` item again since the item was deleted)
- Now ListRevisions returns 2 revisions
Question: Why were not revisions returned in step 2 but in step 6 they were returned?
Thanks,
Mark