We're making changes to the Community, so you may have received some notifications - thanks for your patience and welcome back. Learn more here.
Forum Discussion
kumargaurav0225
7 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?
Greg-DB
Dropbox Staff
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.
kumargaurav0225
7 years agoExplorer | Level 3
Can I achieve the point-in-time updation check of any folder and files using webhooks?
- Greg-DB7 years agoDropbox StaffWebhooks 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.
5,875 PostsLatest Activity: 2 months agoIf 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!