Hi,
I am sending images to Cloudinary using the built-in modules in Make.
I’d prefer to use the built-in solutions but none of them solves my issue and therefor I ask humbly the community for help.
Option 1
Add a Resource: My images are sent with signatures and all Cloudinary functionality are available, however I am unable to add Tags to the uploads which is critical for my use case.
Option 2
Make an API Call: I am able to add Tags to uploads, however this module does not apply the signature to the payload and therefor Cloudinary restricts certain functions, one being the “overwrite if Public ID already exists” which is critical to me.
Ideas:
-
Can i somehow generate a signature and add into my Make An API Call module?
-
Can I “hack” the Upload a Resource module somehow to be able to add Tags?
-
One solution could be to add a man-in-the-middle module to add the wanted Tags to each image, however that is not a beautiful solution and in addition costs operations which should be avoided, especially when scaled.
Documentation regarding signatures here:
https://cloudinary.com/documentation/signatures
My settings for Make an API Call
My settings for Upload a resource
Any thoughts are much appreciated.