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
NajwanH
6 years agoNew member | Level 2
clientModified & serverModified date
Hi there, I`m facing an issue with the modified dates.
The mechanism that I`m working on fetches the client`s files each time a process identifies a new file is added. when the fetching process st...
Greg-DB
6 years agoDropbox Staff
The Dropbox API doesn't offer a way to list/filter files only for a specific date, but I'll pass this along as a feature request. I can't promise if or when that might be implemented though.
Instead, you'll need to list items using the /2/files/list_folder[/continue] endpoints via the process and pagination detailed in the documentation, iterate over the entries, and filter to the dates you want. Once you do that though, you can stay up to date with just new changes by storing the last cursor you received, and then continuing to call /2/files/list_folder/continue as necessary; that will return just new changes since you last called.
Note that the clientModified time is supplied by the client (e.g., official Dropbox desktop app, third party API app, etc.), so it should not be trusted or used for file change detection.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,910 PostsLatest Activity: 3 days 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!