Hey everyone, I'm encountering an issue where I'm unable to simultaneously trim and add subtitles to a video using a URL. Here's the URL I'm working with: It seems that when I set a start and end time for trimming, it overrides the subtitles, and vice versa. Any insights on why this might be happening would be greatly…
Media are stuck on uploading to cloudinary status. Using the CLI `wp cloudinary sync` or performing a manual sync using the internal api $sync->managers['push']->process_assets( $asset ); works fine. I can't download the report cause i get an error Fatal error: Uncaught Error: Call to a member function get_public_id() on…
Hello, So I have a Next.js app with Prisma, and what I want is to extract the secure_url of the image from the Cloudinary's upload endpoint, and send it to my BE endpoint("/api/product") and store this secure_url in my database. Is that possible to make it with Cloudinary? (I hope that what I wrote is understandable)…
We generated this reel…
const removeProduct = asyncHandler(async (req, res) => { try { let imageIds = []; const { id } = req.params const product = await Product.findById({ _id: id }); if (product) { for (let i = 0; i < product.image.length; i++) { const deleteImages = await extractPublicId(product.image[i].url); imageIds.push(deleteImages); }; }…
Hi there. We are using the Wordpress plugin and I know there are various transformation setting options, but I would like to apply specific transformations at code-level. Featured images display with different crops in different views so I need a bit more granular control over them. I have tried using the Cloudinary SDK…
The cloudinary upload widget, included with this script, "'https://upload-widget.cloudinary.com/global/all.js'" has suddenly stopped working on chrome. The drag and drop feature of the upload widget is working fine but the button that says "Browse" is no longer working. It is acting as if there is no onClick. We're using…
I am trying to create empty folder without uploading any photos. How to acheive that with .net api backend?
Hi there, I'm trying to figure out whether it's possible to conditionally change the fetch format. My users are uploading in various formats and currently I'm converting all images to .jpg. IF however, the uploaded file is a PNG, I want this file to stay a PNG in case it has transparent background. Currently, I'm checking…
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'm trying to use a transformation preset while I upload pictures in node.js, this preset contains a gen_remove and it crashes with an error 500 "[unhandled] [500] gen_remove is not supported as an incoming transformation". I don't see a list of unsupported transformation in the docs, maybe because it's a new feature ?…
You need to be logged in to ask or answer questions. You can use your Cloudinary account, just click the "Sign In" button.