Cut the Clutter: Test Ignore Files Feature - sign up to become a beta tester  here!

Forum Discussion

kumargaurav0225's avatar
kumargaurav0225
Explorer | Level 3
8 years ago

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-DB's avatar
    Greg-DB
    Icon for Dropbox Community Moderator rankDropbox Community Moderator
    8 years ago

    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's avatar
    kumargaurav0225
    Explorer | Level 3
    8 years ago
    Can I achieve the point-in-time updation check of any folder and files using webhooks?
  • Greg-DB's avatar
    Greg-DB
    Icon for Dropbox Community Moderator rankDropbox Community Moderator
    8 years ago
    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

Node avatar for Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.6,037 PostsLatest Activity: 4 hours ago
412 Following

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!