Need to see if your shared folder is taking up space on your dropbox 👨💻? Find out how to check here.
Forum Discussion
ncw
10 years agoCollaborator | Level 8
Is it possible to set client_modified on an existing file in v2 API?
Being able to set client_modified on an existing file would be really helpful for rclone.
I looked through the API methods and couldn't see a way but I'm hoping I missed it!
Thanks
Nick
- 8 years agoJust to be clear, I've sent this feature request along, but I can't promise if/when it might be implemented.
Greg-DB
Dropbox Community Moderator
8 years agoncw Thanks for the context! There isn't a way to that on the Dropbox API unfortunately, but I'll send it along as a feature request.
ncw
8 years agoCollaborator | Level 8
Related to that... If you actually want to upload a the same file with a different `client_modified`, you have to delete the existing file first.
If you don't delete the existing file first, then the upload succeeds, but somehow it has the old `client_modified`, not the new one you just specified in your upload.
I suspect this is upload process checking the hash and noting that the file content is the same after the upload and deciding not to do anything further with the data.
You can work around this by deleting the file first (which is what rclone does) but this isn't ideal as it makes data loss more likely if the transfer of the new file fails.
I'm not sure whether this is part of the same feature request, or whether it it a seperate bug report!
If you think it should be a bug report I'm happy to write it up in more detail with some HTTP API transactions to show exactly what is going on.
Thanks
Nick
- Greg-DB8 years ago
Dropbox Community Moderator
ncw That behavior is expected. From the /2/files/upload WriteMode docs:
"If the target path refers to a file with identical contents, nothing gets written; no conflict."
- ncw8 years agoCollaborator | Level 8
I see - thank you for explaining. I don't like this design choice, but it is documented so I'll live with it :-)
Looking forward to an API to set the client_modified time!
Thanks for your help Greg-DB
- Greg-DB8 years ago
Dropbox Community Moderator
Just to be clear, I've sent this feature request along, but I can't promise if/when it might be implemented.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
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, Facebook or Instagram.
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!