简体   繁体   中英

How to download image/s from cloudinary using node.js

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM