-
How to transform recorded live stream video with Cloudinary
Hello, everyone. I am working on a demo that helps set up OBS with a Nextjs application. The demo will transform the stream using the video transformation functionality and other AI effects. I know this is in "BETA," but I want to ask a few questions. 1. Anyone have experience working with this recently? 2. I noticed i…
-
Error opening the pdf
Hey devs, I'm trying to build an application and I'm using cloudinary to upload the pdf file and generate a pdf link, however when i open the link, it says error: failed to open the pdf. I searched online and found that it will work once you check the allow delivery of pdf and zip files and I did that and it worked. A few…
-
How to do Background remove (AI) with Make.com (Integromat)? (It says the transformation not avail)
I have a Make.com (integromat) workflow to grab image from Airtable, upload to Cloudinary, process some transformations and then save back to Airtable. All works fine. But when i try to use the … e_background_removal .. transformation, it doesn't work. I do have credits for the AI Background removal plugin and I am able to…
-
Add structured metadata to upload in SDK , C# not applying
I have my code below, but the metadata is not applying when doing the upload. Can anyone help? RawUploadParams rawUploadParams = new RawUploadParams(); rawUploadParams.MetadataFields = new StringDictionary(); rawUploadParams.MetadataFields.Add("InternalID", "001"); // Upload an image and log the response to the console…
-
How to disable the CORS mechanism in the cloudinary?
As I want to display my media files only on that domain only from where I uploaded using cloudinary API. Like if someone having that link, they cannot able to access the image/files directly from the browser. 2. How to create a time limited link of some images so the user can directly access the link in browser for short…
-
Cloudinary API Endpoint is not Selecting The Correct Folder...
Hi! I am using Make.com to upload images/assets from a specific folder in my Cloudinary account, it works, sort of, it's not selecting the correct folder name. Here is the endpoint I am using in the Make module "Make an API Call": resources/search/folder:Airtable=missing&max_results=5&metadata=tru How to setup the API in…
-
I am getting CORS error while getting video analytics
Here is my code; const fetchVideoAnalytics = async (publicId) => { try { const response = await fetch( `https://api.cloudinary.com/v1_1/${cloudName}/video/analytics/views?expression=video_public_id=${publicId}`, { method: "GET", headers: { mode: "no-cors", Authorization: `Basic ${basicAuth}`, }, } ); const analyticsData =…
-
GLB Cameras
Does cloudinary support loading cameras that are embed in GLB files?
-
Inquiry About Video Analytics Update Timing
I’m curious about when the video analytics get updated. I’ve tried using the iframe and the cloudinary-video-player along with the CldVideoPlayer from Next.js, but I’m not seeing any updates in the Video Analytics. Anyone know how often this data refreshes? Thanks for any help!
-
How to delete directories
Do I need to make any other settings in my Cloudinary account to have permission to delete directories?
-
Configuration page not available !
What's going on ? Page Unavailable Sorry, there were some technical issues while processing your request. See Cloudinary's service status. And the other pages of the site work without problems !
-
Image download with full DPI possible?
Hi, I have a problem with downloading my images after the transformation (crop/fill). The original image is 300 DPI but the transformed is only 72 pixel/inch. Can somebody tell me how to fix this issue? Regards.
-
Compatibility problems with Node 20 (using Remix.run)?
I am using Cloudinary with Node 20 and Remix.run, invoking Cloudinary via the NodeJS API. With the latest version of Remix, it uses Vite as the build/bundler tool instead of Webpack. With only this code in a server component (e.g. upload.server.ts): import { v2 as cloudinary } from 'cloudinary' cloudinary.config({…
-
cloudinary api is not working in development
as i was implementing the cloudinary. follwowing the documentation provided by the cloudinary am getting 500 interanlserver errror?,few minute ago it was perfectly working fine. 2nd Query so cloudinary has a default Home folder. if i create another folder why does it automatically be subfolder of Home? how can i make my…
-
Problem with SSL certificate verification in windows mode
I wrote a flutter code that works well in web and mobile platforms: Image selection Upload to Cloudinary Deletion My problem is when I run this code in windows mode; The selection works fine. But the upload does not work and I have this error in the execution window: Launching lib\main.dart on Windows in debug mode...…