-
Bulk Downloads…
Hi, I am trying to download all of my assets from a folder, as a CSV file, onto my hard drive. When I do a download, it only downloads 1,000 assets, but the folder has 3,000 assess. How can I download all 3,000 assets at one time, from my assets page, as a CSV file, onto my hard drive? Thank you, Mary
-
How to find fetched images in the library by their "containing folder"
When I search for "thum" in my Media Library, I find a lot of assets for which the "Containing folder" columns contains "rexdl.com". I guess these assets were added when I didn't make sure to restrict the list of domains from which Cloudinary could fetch assets. I would like to delete all these assets, but when I search…
-
Share assets with public audience like folders
Hello guys, what is the best way (if possible with cloudinary) to share hundreds of assets to a public audience, where we can organize the assets in "folders". If we use collection, than the collection is "flat" and we find no way to organize the assets. Our sales team should be able, to find the right asset for the right…
-
How to list all images inside folder ?
Hi, I am having issue connecting to cloudinary to fetch images inside folder. All other requests inside postman works fine, except this, I keep getting 404 html response. Please tell me what I did wrong here. Thank you Postman API:
-
Move image from one folder to another
Hi, How to move an image from one folder to another programatically using .net and your API? I found this article but it is not for .net https://support.cloudinary.com/hc/en-us/articles/202521002-How-to-move-an-asset-from-one-folder-to-another
-
Download Isn't Working
I'm trying to download a folder by logging into Cloudinary. Immediately upon right clicking the folder and selecting download, I get two alerts -- one that zip file is being generated and another that says "this folder is empty, there is nothing to download." Needless to say, nothing ever downloads. The folder has less…
-
How do i fetch a resource by it's public id when it is in a folder
import { v2 as cloudinary } from "cloudinary"; const public_id = 'samples/sea-turtle'; const asset1 = await cloudinary.api.resource(public_id); const asset2 = await cloudinary.api.resource('s:' + encodeURI(public_id)); const asset3 = await cloudinary.api.resource('s64:' + btoa(public_id)); neither of the above resource…
-
How I fetch an imagen into a folder?
I am testing Cloudinary with "fetch", like this: https://res.cloudinary.com/iduser/image/fetch/c_scale,w_320/f_auto/q_auto/https://domain.com/category/imagen_name.jpg And it goes fine, but the images are stored in the home of my account and I want it to be stored in a folder as it can be done in "upload". For example I…
-
We have encountered an error while uploading "folder must not end with a whitespace."?
Just want to know how can i find this folder which is creating problem and delete this one. it was working fine and it suddenly started throwing error problem is that we have multiple folders created but not sure which one is creating problem thats why need help to find that one and delete it thanks Regards Usama
-
Upload problem
Our team has recently encountered an issue where we're unable to upload images to a specific folder. When prompted to receive information as to why we receive the following notification, "Folder must not end in a whitespace." We've never experienced any problems with the folder before so it's a bit perplexing as to why we…