Start a new topic

How can I overwriting a file when I upload

Is it possible to continuously overwrite a file instead of always creating a new one? I would prefer to keep one file that is continuously updated, rather than adding a new file every time. Thx.

Hey Joe, I'm tagging this with REST API so we can get the right eyes on it.
Hi Joe, absolutely-- you can send a PUT request to /blob/your-app-key/your-file-id, which would generate a new upload URL to the same file.
Login or Signup to post a comment