Search or scroll through everything
I am trying to move an image from one folder to another with API and .NET here is my code: public string MoveImage(string oldPID, string newPID) { var cloudinary = new Cloudinary(cloudinaryUrl: "cloudinary://334819583972299:?????"); RenameParams renameParams = new RenameParams(oldPID, newPID) { FromPublicId = oldPID,…
I am trying to create empty folder without uploading any photos. How to acheive that with .net api backend?
Hi, I am able to use api to get list of folder names and paths. I am getting only the name of the folder for the path part. Example if I have folders (folder1 and folder2), the names and paths are the same (name: folder1 and path: folder1). How to get the full path of the folder?
Hi OK I have a question. Here is what I have in my API: public PhotoService(IConfiguration config) { Account account = new Account ( config.GetSection("CloudinarySettings:CloudName").Value, config.GetSection("CloudinarySettings:ApiKey").Value, config.GetSection("CloudinarySettings:ApiSecret").Value ); cloudinary = new…
I need to show folders in my api applications. after clicking on specific folder, I want to show all files in that folder but in GUI way. Is it possible?
Hi, I tried to upload a photo to specific folder and it works fine but when trying to access the photo with the public id that has a folder name included as photo public id I get error. I tried that in postman so it considers the string (photo_public_id) is equal to ("myfolder/hjgshdgjdg) it will conside that as a path not…
We don't use dynamic folders. Is there any other way to rename folders other than downloading all assets and reuploading them to the newly created folder?
I need to see the name of all the folders that were uploaded in my cloudinary account, like in an excel file, the problem is that I have almost 4000 folders, so it is not feasible to do it by hand. Can this be done somehow?😥
You need to be logged in to ask or answer questions. You can use your Cloudinary account, just click the "Sign In" button.