You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.

Forum Discussion

Akshata's avatar
Akshata
Explorer | Level 4
7 years ago

APIs to get changes since some date or time

Hello,

 

We are working on a requirement where we are looking to get the list of changes done in Dropbox account after a certain time.

 

Say for example: I want to get list of all files which are created or modified after 10th June. I had a look at the API documentation and also tried few APIs but couldn't achieve this behaviour. Please suggest if there is any way we can use the APIs to achieve this.

  • 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 values manually, but that would be more work and may not give you exactly the right values you're looking for.

  • Greg-DB's avatar
    Greg-DB
    Icon for Dropbox Staff rankDropbox 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 values manually, but that would be more work and may not give you exactly the right values you're looking for.

About Dropbox API Support & Feedback

Node avatar for Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,918 PostsLatest Activity: 2 days ago
334 Following

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!