Do I need to make any other settings in my Cloudinary account to have permission to delete directories?
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 !
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.
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({…
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…
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...…
Multer code # cloudinar upload function# controller#
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?
Hi Team Cloudinary, We've integrated the URL transformation feature of Cloudinary in our React app, but recently encountered an issue. We've applied an authentication rule to our Firebase bucket that stores the images we intend to optimize using Cloudinary. Unfortunately, since implementing this rule, the recent…
Hi We're looking to redevelop the Attitude website (https://attitudelive.com/) who are the World's largest producers of film content for those affected by disability and chronic health. Videos for the website are currently hosted on Brightcove but will soon be replaced with YouTube embeds. Attitude's main funder has…
On a fresh install of: @cloudinary/ng @ 2.0.2 @cloudinary/url-gen @ 1.20.0 I get the following error when running my Angular application: Error: node_modules/@cloudinary/transformation-builder-sdk/internal/models/IEffectActionModel.d.ts:4:33 - error TS2307: Cannot find module 'types/types.js' or its corresponding type…
Is there a way to consume the api with the oracle database?
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
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,…
while uploading audio and image file to cloudinary getting the Error adding song: { message: 'Request"} tried everything increased the timeout, tried different method node.js SDK tried using streams not working
You need to be logged in to ask or answer questions. You can use your Cloudinary account, just click the "Sign In" button.