Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
How can we restore a dropbox folder using java api?
Thanks. I understand. Calling ListFolderAsync on a deleted folder returns path not found error. How do I get the names\ids of the files which are in the deleted folder so I can restore them?
@Hchauhan The Dropbox API does not currently support directly listing the contents of a deleted folder, but I'll pass this along as a feature request. I can't promise if or when that might be implemented though. To work around that, you would need to either use the metadata you had previously retrieved from the API before the deletion, or list the items using a non-deleted parent folder, or recreate the deleted folder and then list the deleted contents.
Hi there!
If you need more help you can view your support options (expected response time for a ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!