-
Export Configuration Issue with Cloudinary Media Editor
I am experiencing an issue with the export configuration in the Cloudinary Media Editor. I followed the documentation and included the download and share settings in my export configuration, but they don’t seem to take effect as expected. Despite setting download: false and share: false, the Media Editor interface still…
-
Is it possible to do a text name repeat based on variable length with one request?
This is what we'd ultimately want to do. Repeating of a name, that's provided to us, either with one font or two fonts in a brick pattern. Based on our research we're able to do this with Cloudinary if we first do an image upload (POST /image/text) with the input name and obtain the height and width as a result. Then using…
-
Requesting an image with a different URL structure
I know that the structure URL of an image is typically https://res.cloudinary.com/lucecoplc/image/upload/t_media_lib_thumb/cld-sample.jpg To interface Cloudinary from my PIM system I need the URL to be structured with the transformation size on the RHS of the URL like this…
-
Problems when using the Fetch URL
Recently, I have been encountering problems when using the Fetch URL feature. While the following URL works without issue: https://res.cloudinary.com/ashhair/image/fetch/w_700,f_auto,fl_lossy,q_auto,fl_progressive/https://ash-hair.com/shared_img/u/stylist/1458/2022112832400012934.jpeg This URL returns a 400 error:…