Skip to content

Copies all images from a Cloudinary account to your local disk.

Notifications You must be signed in to change notification settings

19dev/backup-cloudinary

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

backup-cloudinary

This script copies all images (to a maximum of 500) from a Cloudinary account to your local disk.

If your cloud name is "magician", then on running this script it'll download the images into a subdirectory called 'magician'.

To get this working, you need to do 4 things.

  1. Clone this repository: git clone https://github.com/magician11/backup-cloudinary.git
  2. Edit backup-cloudinary.js by adding in your account details. You'll need to add in your API_KEY, API_SECRET and CLOUD_NAME. You'll find these values in your Dashboard (https://cloudinary.com/console)
  3. Add the request module: npm install request
  4. Run it: node backup-cloudinary.js

More details on the Cloudinary API can be found at http://cloudinary.com/documentation/admin_api

Any questions, get in touch with us http://golightlyplus.com

About

Copies all images from a Cloudinary account to your local disk.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%