Learn how to make the most out of the Dropbox Community here 💙. 

Forum Discussion

Scott_M's avatar
Scott_M
Explorer | Level 3
8 years ago
Solved

Setting client_modified on upload not working

Because of some additional logic we are performing client side, we need to set the client_modified time on an upload. Here is my argument I'm passing on 2/files/upload:   0x08c349f0 "Dropbox-API-...
  • Greg-DB's avatar
    Greg-DB
    8 years ago
    Thanks for confirming that. If the file contents are identical, this is the expected behavior. There isn't a great workaround, but we'll consider it a feature request for a way to do this.

    Deleting the file first would work, but that may be prone to race conditions, so I'd exercise caution with that.

    Also, I'm not sure if this makes sense for your use case, but alternatively you could check the existing content_hash before uploading and not upload anything if it already matches the local copy.