Need to see if your shared folder is taking up space on your dropbox 👨💻? Find out how to check here.
Forum Discussion
Waleed Magdy
2 years agoExplorer | Level 4
Transfer Dropbox Backups using Dropbox APIs
Hello, Specifically, I have several backups stored in Dropbox Backup (some exceeding tens of terabytes), and I’m interested in utilizing the Dropbox API to automate the process of downloading th...
DB-Des
Dropbox Community Moderator
2 years agoHi josuegomes,
Please ensure you are using an access token for the account where the backups are stored. If you are traversing the files and folders of the corresponding account, using /files/list_folder[continue] until has_more is false, the back up folder(s) should be included in the response. Typically, the folder for backed up data is the name of the backup. For example, a backup named "Mac" would have path "/Mac".
josuegomes
2 years agoHelpful | Level 6
Yes, I'm using an access token for an account where the backups are stored.
At https://www.dropbox.com/backup/all I can see the files under PC name (screenshot attached)
However, as I stated before, using Dropbox API Explorer I don't see those files.
See attached the output of the list_folder request with recursive set as true.
For some reason I can't attach the files here. So here is the link to the shared folder with the files.
- Greg-DB2 years ago
Dropbox Community Moderator
Thanks for following up and apologies for the confusion. I looked into this more and confirmed that Dropbox Backup files may not be accessible via the API depending on which version of Dropbox Backup you’re on. The updated version of Dropbox Backup uses a different implementation that stores the files in a different way, so if you’re connected to the correct account via the API but aren’t seeing your Backup files, you’re likely running the updated Backup and so won’t be able to use the API to access them; please use the web site to do so instead. We’ll send this along as a feature request for API functionality for accessing the updated Dropbox Backup storage, but I can't promise if or when that might be implemented.
- josuegomes2 years agoHelpful | Level 6
Thank you for your reply. I appreciate you took the time to investigate it deeper.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
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!