Our business needs dictate that we upload some duplicates but with different ids (in the same folder), when i try to do that your system somehow detects that the file has already been uploaded and does not upload the new one.
This is apparent when i try to push a different file using the same initial URL for example:
- old_url: http://example.com/1.jpg ... a picture of a cat - new_url: http://example.com/1.jpg ... a picture of a dog
The new file gets uploaded but a _B is appended to its public id (the old one still exists), this tells me that you're comparing file signatures on the files upon upload.
Is there any solution to upload duplicates with different ids in the same folder, and is there a way for me to overwrite existing files?