Hi I'm working with cloudinary in my node.js project, and I have search a lot about how to download image/s from cloudinary to my server.
Is there anyone who knows how to do that ?
I didn't find this far a solution someone know how to do that ?
Hi I'm working with cloudinary in my node.js project, and I have search a lot about how to download image/s from cloudinary to my server.
Is there anyone who knows how to do that ?
I didn't find this far a solution someone know how to do that ?
After a successful upload, you'll get Cloudinary's upload response which contains all necessary data to save on your end such as the resource's public_id
, version
for immediate cache busting. These parameters can be then used for further manipulation.
You also get the resource's url
and secure_url
(https) ready for delivery.