Here is a code sample of a Media Library Widget integration with a signature generation using the Node SDK.
Before running your code, inside the index.js
file, please add your cloud_name
, api_key
, and api_secret
associated with your account in the cloudinary.config
starting line 10:
cloudinary.config({
cloud_name: "xxx", // add your cloud_name
api_key: "xxx", // add your api_key
api_secret: "xxx", // add your api_secret
secure: true
});
To see the project's design, please use the slide button on the left-hand side of the window and click on the icon.
Comments
0 comments
Please sign in to leave a comment.