-
next-cloudinary CldImage problem
I am able to present my Cloudinary images via public URL with the React <img> tag. Using the same URL with <CldImage> I get TypeError: Failed to construct 'URL': Invalid URL I'm new to Cloudinary but proficient with Nextjs and React. I must be missing something basic, but can't figure out what. Help would be greatly…
-
Request for Assistance with Cloudinary Secure Storage and Access Methods
Hello Cloudinary Team, We are developing our project as a Flutter web and Flutter mobile application. We plan to use Cloudinary's secure storage and access methods to ensure the privacy of the images uploaded by users. However, we have some uncertainties in this regard and we would like to benefit from your experience.…
-
Remove silence from audio
I want to delete the silence from the beginning and end of an audio file, VIA API. can i do it?
-
upload the image from angular form to cloudinary using .NET API
Hi, I am trying to upload a photo to cloudinary from an angular form: <form id="stripe-login"> <div class="field padding-bottom--24"> <label for="pname">Publication Name</label> <input type="text" name="pname" id="pname" [(ngModel)]="pname"> </div> <div class="field padding-bottom--24"> <textarea name="desc" cols="40"…
-
I'm currently stuck to this problem, and I hope you can help me because to this undefined upload
export const uploadAvatar = async function (req, res, next) { try { // Retrieve the user ID from the authenticated user's token or session const userId = req.user.id; // Find the user by ID const user = await User.findById(userId); // If user not found, return 404 if (!user) { return res.status(404).json({ message: "User…
-
Failing to send more than one image in Cloudinary
Hi, im using the following code to send a array of images to cloudinary, but the code is always sending the last image, even though all console.logs shows all the images:
-
Issue verifying webhook notification signature
I'm a bit concerned because no matter what I try the verfiyNotificationSignature function always returns false. I'm using the Cloudinary Node SDK. v2.config({ api_key: process.env.NEXT_PUBLIC_CLOUDINARY_API_KEY, api_secret: process.env.CLOUDINARY_API_SECRET, }); code snippets as follows: import { v2 } from "cloudinary";…
-
Restriction PDF
Hola, me cree una cuenta para practicar y hacer un proyecto web con imagenes incluidas, el tema es que cuando creo el archivo (pdf) y se carga correctamente luego no me permite verlo en la web con la url, no entiendo porque.
-
upload subfolders
Hi, how are you? It would be a question, I have a product project in NextJs and I wanted to know that I can make each product have its specific mass when it is created. For example: cellular products/cell01 cellular products/cell02 In this case, it would retrieve the product slug and create the subfolder using the product…
-
Getting Error: Must supply api_key
This is my config import { v2 as cloudinary } from "cloudinary"; import fs from "fs"; cloudinary.config({ cloud_name: process.env.CLOUDINARY_CLOUD_NAME, api_key: process.env.CLOUDINARY_API_KEY, api_secret: process.env.CLOUDINARY_API_SECRET,}); console.log("CLOUDINARY_API_KEY", process.env.CLOUDINARY_API_KEY); This prints…
-
Can I use tranformed video as overlay?
I have use case where I want to concatenate 100 - 150 clips of 10 seconds to make a highlight reel from a long may be 1-2 hour video. These can end up making the url long. So I was thinking whether I can transform each clips seperately then just kind of join it in the end using overlays. For ex I have to join 10 clips each…
-
Concatenation Storage Question
Hello, we are using the API to concatenate audio files. Let’s say we have an audio file that is 50MB and we want to create 100 different “localized” versions where part 1 is unique audio and part 2 of all the contented files is the same audio. Does the system create 100 new files containing the audio or does the…
-
Can't Upload Files To Root Location
I have 3 files with same name and different format: • favicon.ico • favicon.png • favicon.svg But I can't upload all of them because everytime I upload the newer file it replace the older file. Also I can't embed svg format into my website. Any solution?
-
How to set access_control with Windows CLI?
Hello! I am trying to upload an asset and set the access_control to token. However, I can't seem to get the formatting right on the command. call cld uploader upload 1.png -o use_filename true -o access_control '[{"access_type": "token"}]' error: upload() takes 1 positional argument but 2 were given It seems to be an issue…
-
Getting 494 Error
We generated this reel . We are getting 494 error. Please provide support this is a production critical issue.