Hello!
I'm trying to launch a project using your gem. I ran into trouble getting my images to upload to Cloudinary automatically, and I wrote them to ask about it.
The gem is producing my urls as:
https://res.cloudinary.com/ssop/image/fetch/c_limit,f_auto,q_auto,w_800/ssop-live/images/blog/mole-meatballs/market.jpg
Aleksandar Kostadinov at Cloudinary said that they should be:
https://res.cloudinary.com/ssop/image/upload/c_limit,f_auto,q_auto,w_800/ssop-live/images/blog/mole-meatballs/market.jpg
I've looked through the code for the gem and, as far as I can see, there's no way for me to change 'fetch' to 'upload' on my own.
Am I missing something?
Thanks so much!
Hello!
I'm trying to launch a project using your gem. I ran into trouble getting my images to upload to Cloudinary automatically, and I wrote them to ask about it.
The gem is producing my urls as:
https://res.cloudinary.com/ssop/image/fetch/c_limit,f_auto,q_auto,w_800/ssop-live/images/blog/mole-meatballs/market.jpg
Aleksandar Kostadinov at Cloudinary said that they should be:
https://res.cloudinary.com/ssop/image/upload/c_limit,f_auto,q_auto,w_800/ssop-live/images/blog/mole-meatballs/market.jpg
I've looked through the code for the gem and, as far as I can see, there's no way for me to change 'fetch' to 'upload' on my own.
Am I missing something?
Thanks so much!