Thanks to visit codestin.com
Credit goes to github.com

Skip to content

cloudinary-devs/generate-upload-signature

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

generate-upload-signature

Node.js example of generating an upload signature

Install packages

npm i

Set .env file

Create a .env file with the following contents (replacing the 'YOUR' placeholders):

CLOUD_NAME='YOUR_CLOUD_NAME'
API_SECRET='YOUR_API_SECRET'
API_KEY='YOUR_API_KEY'

Run

node sig_example.js

Copy and paste the curl command to upload the image to your product environment using the Cloudinary Upload API.

About

Node.js example of generating an upload signature

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors