You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.

Forum Discussion

mudunuru's avatar
mudunuru
New member | Level 2
6 years ago

Get metadata of a deleted file

Below is the scenario we need to acheive.  Whenever a file is deleted from the dropbox the same should be removed from our database as well. In our database we are storing the id of the file rather...
  • Greg-DB's avatar
    6 years ago

    The Dropbox API doesn't return the file/folder ID for DeletedMetadata, but I'll pass this along as a feature request.

    You can call /2/files/list_revisions with the path from the DeletedMetadata to get the history of the file at that though, including the file ID(s).

    Alternatively, you can store the path and id for the each last (File|Folder)Metadata you saw, so that when you get a DeletedMetadata, you can check what the last known file ID was for that path.