The Community is undergoing a major upgrade. Find out more, ask us questions or share your thoughts 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_modif...
Greg-DB
6 years agoDropbox 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,875 PostsLatest Activity: 33 minutes 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!