cloudinary.url doesn't work as expected

cky
cky Member Posts: 1
edited August 8 in Developer APIs

Hi I'm currently trying to use cloudinary.url SDK to add e_upscale to the url. However, the url doesn't seem to change. Did I do something wrong?

Tagged:

Answers

  • Zachary
    Zachary Member, Cloudinary Staff Posts: 46

    Hey there,

    You should be using the public_id and not the full URL. Can you try changing the res.url to res.public_id?

    Let me know if you still have issues!

    Thanks