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

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

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.