-
success in deleting but...
I recently made an API with Cloudinary and NodeJS, of course, this API has the function to delete images, but when I went to test it, there was always a problem. The API returns 200, it seems like everything is perfect, but if I go to Cloudinary, it didn't delete anything. In fact, the image is still there. Could someone…
-
Using Preview
Using the preview is awesome and fits my needs. My workflow so far is I upload a video, create the transcript and allow the user to either give me a preview of either 15 or 30 seconds. I was using the auto generated transcript to show subtitles outside the video. However since the preview is a shortened version of the…
-
PDF file not Opening via link
Hey, I am not able to open pdf by link provided to me on upload of raw type file , on opeing i get on webpage. This page isn’t workingIf the problem continues, contact the site owner. HTTP ERROR 401 On media file when i open pdf file i see error {"error":{"message":"Customer is marked as…
-
Unable To Create Subfolders Using Unsigned Preset
Hi Cloudinary team, I'm unable to create a dynamic sub folder using an unsigned preset and the cloudinary API. My upload preset looks like this: name/properties I'm trying to create dynamic subfolders using a unique id + a new subfolder folder to store the images: /123123/venues/someimage.jpg…
-
from where i get the api keys
-
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…
-
Link generated by PDF file on cloudinary not working
I tried to upload PDF on Cloudinary using the API, the API returns a path, but when I tried to open the path it says "Failed to upload PDF Document " even though I can see It in the media library, apart from that even link generation from Cloudinary dashboard is not working
-
I'm unable to delete a file via the media explorer on the Cloudinary website
I have a couple of uploaded files. I want to delete them and I was able to do so for all but one file. When I select the last one and press delete, I get a message saying "2 files deleted successfully" even though I only selected one file. And that file is still present in the media explorer even if I refresh the page. The…
-
Pdf problem
I have a folder that contains many subfolders. Each subfolder contains images and PDFs. I created a preset_img that converts all image types to JPG and a preset_pdf that doesn't modify anything. When I manually upload the folders, the PDFs are being converted using preset_img. The resource type is detected as "image" even…
-
Unable to upload file to cloudinary from my backend application
I am building a node.js application using Express in my window system and when I try to upload a file from my server to Cloudinary I get this error Please help me to figure out this error…
-
What is The Easiest Way to Upload 200 Images from Google Sheet…
Hi, I have a free account and I need to upload 200 images/assets into a folder in my Cloudinary account. I am a beginner with this process, so if you could provide step by step instructions, that would be very helpful. I do have a list of JPG URL’s in a Google Sheet, example: I also have my my images stored in my iCloud. I…
-
Import link into excel
How to import all link in a folder of cloudinary into excel without copying it one by one?
-
Making a document type like raw link not auto download
As a backend developer using nodejs and express, I want to make sure that the link generated from cloudinary for document should be a view link instead of an auto download, how do I do this, I already added the attachment like this flags: 'attachment:false',
-
I'm getting this weird error: Cannot read properties of undefined (reading 'node')
I'm using cloudinary nodejs api in a next.js 14 server actions. It has been working perfectly until recently. When I remove cloudinary from the project, it works perfectly, whenever i add it, i get this error "TypeError: Cannot read properties of undefined (reading 'node')". Please advise
-
Replacement Responsive Image Breakpoints Generator
I am not a developer and I was trying to install the open sourced Responsive Image Breakpoints Generator. It has been 3 years since any changed were made. I had to abandon my work because I don't know anything about developer work. I decided to write my own version of the generator. By I write, I mean AI writes. It lets…
-
September 2024 Community Update
September is ending and we’re coming into the busy Autumn season. Each month there’s new features, tools, and developments in the Cloudinary ecosystem, and this roundup will help you find the key new updates. Resource of the Month: Code Explorers This new tool in our Documentation site lets you select your preferred…
-
Pdf url is not working/opening
Hello devs I have been working on a project and I wanted to fetch and save pdf from the user into the database. The images url are working fine but the pdf urls are not working even when. They are successfully getting saved into the database though. But the link is just not working. Could anyone provide me with the…
-
Image not getting deleted
I am trying to delete an image. It says that the image is not found but it still opens on the cloudinary_url. >>> cloudinary.uploader.destroy("user_cls1hjqjd00004enqgohyclng_profile_image") {'result': 'not found'} >>> cloudinary.utils.cloudinary_url("user_cls1hjqjd00004enqgohyclng_profile_image")…
-
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 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…
-
New User - storage needed and Magento plugin not working as expected?
Hi guys, We have 3 servers - Dev, Stage and Live. To test Cloudinary, we're installing and configing it on Dev, then to Stage, then finally to Live… As our entire catlogue has c20Gb of Media, do I actually need to sync that 20Gb x3 servers into our Cloudinary account? Secondly, just installed the Cloudinary extension for…
-
Why is my image upload media stopped? what did I do wrong?
Why is my image upload media stopped? what did I do wrong?
-
GLB Cameras
Does cloudinary support loading cameras that are embed in GLB files?
-
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 =…
-
Help Us Shape the Future of the Cloudinary Javascript SDK
Big news for all JavaScript developers: We’ve posted an RFC for the JavaScript SDK on our GitHub repository. This RFC is a key step in improving the developer experience, and we're actively seeking feedback from our community. What's The Goal? Version 2 of the JavaScript URL Gen SDK improved performance and error handling…
-
Need some help with image cropping transformation
I need to crop a batch of images that have a person in them to specific dimensions. I want to keep the person in the result crop, but I want them to be placed at a specific part of the image, for example, south east. I have thought about using x,y coordinates, but that would mean I would need to determine the coordinates…
-
How to delete directories
Do I need to make any other settings in my Cloudinary account to have permission to delete directories?
-
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!
-
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 !
-
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({…
-
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.
-
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...…
-
image upload on cloudinary in the development mode its working good but it is failed in Production
Multer code # cloudinar upload function# controller#
-
Can you make the "Take picture" option more visible on mobile?
Hi! Can you please consider making the "Take a picture" option a separate option on mobile in the upload widget (as it is on laptop). It is really confusing and bad UX to place it inside "My files". "My files" are files that I already have available on my phone, and it is not suitable for pictures that I am about to take.…
-
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…
-
Missing API Key
This is my cloudinary config file and when i am trying to upload something i am getting error. Code — 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,…
-
Returning Unformatted Data (or Label) from Structured Metadata
I am trying to add two custom structured meta data fields – city and country – to photos in my folder. When I fetch that data I get the ID's (e.g. Usa instead of USA, Puerto_montt instead of Puerto Montt). Is there a way to fetch the labels without trying to transform or map these locally?
-
Website Images not loading on website
I am using Cloudinary on my wordpress website and just recently all the jpg and png images do ot load on my website and the error message I see on my website is as seen below; Failed to load resource: the server responded with a status of 40 () But all the webp images loads quite well on the website.