We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9757694 commit 69545eeCopy full SHA for 69545ee
1 file changed
README.md
@@ -121,7 +121,7 @@ node_storage_manager allows you to switch between clients easily without reconfi
121
122
async function download(bucketName) {
123
// Creates the new bucket
124
- let result = await StorageInstance.download(bucketName, 'filepath', 'image or video');
+ let result = await StorageInstance.upload(bucketName, 'filepath', 'image or video');
125
console.log(result);
126
// This way you can get all data returned from Cloudinary Client e.g result.url e.t.c
127
}
0 commit comments