One month down in 2025: How are your resolutions coming along? Check out how to get back on track here.
Forum Discussion
terezakloboucek
6 years agoHelpful | Level 5
Client modified/Server modified when editing the file
Hello folks,
I am using Dropbox with your API.
When I change an already existing file (for example I have a document which I update to new version), the fields "client_modified" and "server_modified" change to the date when this happened.
What is the meaning of the fields "client/server modified"? When I restore the file, then only the "server_modified" changes and the "client_modified" stays unchanged.
Is the meaning of the fields below correct?
client_modified = created time
server_modified = modified time
Is it possible to get the information whether the file had been modified in the past?
Thank you in advance
Tereza
- Greg-DB
Dropbox Staff
Those descriptions aren't quite right. You can find the official descriptions in the documentation for the FileMetadata object, e.g., as returned by /2/files/upload.
In short, they're both the modified time of the file. The 'client_modified' time is the time as supplied by the client that uploaded the file, if any, and the 'server_modified' time is the time on the Dropbox servers when the file was uploaded. The Dropbox API does not return file creation time.
You can get a history of file changes from the /2/files/list_revisions endpoint.
By the way, those are links to the documentation for the HTTPS endpoints themselves, but we recommend using one of the official SDKs if possible. Those have corresponding native methods for the HTTPS endpoints.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,941 PostsLatest Activity: 5 days ago
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!