Your workflow is unique 👨💻 - tell us how you use Dropbox here.
Forum Discussion
SandeepCNT
2 years agoExplorer | Level 3
Delete file from Deleted Files folder(dropbox Recycle bin)
Using HTTP API, there is any endpoint to delete the files from Deleted files folder(Dropbox Recycle bin)?
5 Replies
- Greg-DB2 years ago
Dropbox Community Moderator
Yes, this would be the /2/files/permanently_delete endpoint, to permanently delete deleted files. Note that this requires the 'files.permanent_delete' scope which is only available to team-linked apps.
- SandeepCNT2 years agoExplorer | Level 3
Greg-DB for a personal account? there are such endpoints?
- Greg-DB2 years ago
Dropbox Community Moderator
SandeepCNT No, there isn't an endpoint like that available for non-team accounts, but I'll pass this along as a feature request. I can't promise if or when that might be implemented though.
- SandeepCNT2 years agoExplorer | Level 3
To implement the features to get the deleted file list only, need to use this "/2/files/list_folder"endpoint, right?
Other than that I didn't find any such endpoint to get the deleted files list.
- Greg-DB2 years ago
Dropbox Community Moderator
Yes, to list deleted items you'd need to use /2/files/list_folder[/continue] with include_deleted:true.
About Dropbox API Support and Feedback
Get help with the Dropbox API from fellow developers and experts.
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X, Facebook or Instagram.
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!