Lets say I have a file named “test.pdf” in my Cloudinary media library.
I have a cloudinary upload preset, which overrides the file if I upload a file with an identical name. This works just fine if I use the Cloudinary UI. But if I upload the file via Strapi, a random string gets added to my file.
How do I prevent this? I want strapi to override the files in cloudinary if they have the same name.
I use the strapi-provider-upload-cloudinary plugin. This is my config: