Cut the Clutter: Test Ignore Files Feature - sign up to become a beta tester here!
Forum Discussion
kumargaurav0225
8 years agoExplorer | Level 3
Point-in-time track of dropbox resources
How can I check which objects like files,folders and space used has been changed after a specific time or date? In short,how can I get a point-in-time change of my dropbox resources?
3 Replies
- Greg-DB8 years ago
Dropbox Community Moderator
Unfortunately there isn't a way to do this exactly with the Dropbox API, but I'll pass this along as a feature request.
The closest thing would be to process all of the entries from /2/files/list_folder[/continue] with path="" and recursive=true, and keep track of the server_modified and total size values manually, but that would be more work and may not give you exactly the right values you're looking for.
- kumargaurav02258 years agoExplorer | Level 3Can I achieve the point-in-time updation check of any folder and files using webhooks?
- Greg-DB8 years ago
Dropbox Community Moderator
Webhooks would help by letting you know that something has changed, but they doesn't offer any specific information. You would still need to call /2/files/list_folder[/continue] to get the actual information.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.6,037 PostsLatest Activity: 4 hours ago
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 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!