-
Error Trying to upload from cloud.
I made a django app to upload images to cloudinary. The upload works fine on localmachine, but when I uploaded my project to python anywhere, I started getting the folllowing error. { "status": "false", "error": "Unexpected error - MaxRetryError("TCPKeepAliveHTTPSConnectionPool(host='api.cloudinary.com', port=443): Max…
-
How can i adjust which folder my images upload to in nextjs using CldUploadButton
I'm Stumped with the nextjs docs. i know how to do this with react/express using multers and node, but is there a way to just use the next component to adjust to a dynamic folder so i can have users upload to a folder with their id as the folder name? I have an unsigned upload preset which uploads to a root folder called…
-
Why am I not receiving my OTP codes?
I created my cloudinary account, but when I want to see my api_key or make any change in the account, it automatically opens a modal where it tells me to enter the code that was sent to the registered email, but nothing arrives to my email.
-
July 2024 Community Update
Hello everyone! With a steady stream of fresh content coming through the community each month, it can be hard to catch everything. To help you find some highlights you might have overlooked, I’m bringing you a roundup of essential resources from July. Here’s what’s new and noteworthy this month: Resource of the Month:…
-
Overlay - Text and Images
I need help adding a text overlay with a specific background shape to my base image, similar to the example image I've provided. Here are the details: Text with Background Shape: I want to overlay text on my image with a specific background shape (e.g., a circle or a triangle). The background shape should be customizable…
-
Inconsistent Behavior from Start Offset
Hello - I'm experiencing inconsistent behavior with Start Offset and would appreciate any guidance! My understanding is that applying a start offset to an overlay directly (eg /l_video:overlay/so_3/fl_layer_apply) cuts off the first 3 seconds of the overlay, while applying the start offset to the layer placement (eg…
-
Destroy method not working
Hello. I'm working with MEVN stack and I have a controller for modifying users. Users have hojaDeVida (which refers to the resume/CV). If a new resume/CV is provided, the previous one should be deleted from cloudinary but for some reason, the 'destroy' method of the uploader object isn't working. The resume/CV is uploaded…
-
Adobe Cloud Connector
Hi I am on the free plan right now. When i go to download the plugin it is not available. Can you tell me which plan i need to be on in order to access it and or purchase it? Thank you
-
Cloudinary Error: Must supply api_key
// Cloudinary.jsimport { v2 as cloudinary } from "cloudinary";import dotenv from "dotenv";dotenv.config(); // Configure Cloudinary using environment variablescloudinary.config({ cloud_name: process.env.CLOUDANARY_NAME, api_key: process.env.CLOUDANARY_API_KEY, api_secret: process.env.CLOUDANARY_SECKET_KEY,});export default…
-
Opengraph image not rendering
Hey all, I don't know if I'm the first to experience this or not, but ever since I've implemented Cloudinary into my application, the hyperlink opengraph images are not showing up. Neither on Slack, iMessage, etc… I use a service called Prerender.io to cache my websites and store the images, description, tags, etc… for me.…
-
Can't remove invalid image from Upload Widget queue
We are using the Upload Widget using the following default options merged with additional per-instance options to restrict the allowed image dimensions: const defaultOptions = { cloudName: '***', uploadPreset: '***', sources: ['local', 'url', 'dropbox', 'google_drive'], multiple: false, maxFiles: 1, clientAllowedFormats:…
-
How can i fetch a whole folder in the client side? I do not want to set up a backend solely for this
I want to import all folders and images inside a folder, recursively. Basically just want to get everything inside the folder in the client side. I have accomplished this with the api in the backend but i can't in the client side as it will expose my keys. How can I go about this?
-
Is it possible to create a sequence of images from a video
I need to create a sequence of images from a video, I know it is possible to do something similar like transformations, video to gif or video to webp. But I need to store all the images and consume them in an specific way. Will this type of transformations store the images somewhere so I can use them after Cloudinary does…
-
Invalid Signature : String to sign
I am using next js to develop my project. below is the code written at route.ts, I stuck on this issue more than a week. Please someone advise what exactly going wrong on below lines of code. I spent a lot of time to resolve this issue. youtube tutorials, chatGPT doesnot solve my issue. Please point out where is the…
-
I want to upload my 3D model in gltf format to cloudinary.
I got to know that we can also upload 3D models to cloudinary. I am working with react-three-fiber and want to upload and also later retrieve that model. I would also like to know that, can we do draco compression on the gltf model while uploading and also draco compress while retrieving.
-
where can i get the API base URL /image Upload plz refer the pic i had send
-
Video transformation messing audio
The audio of my video gets messed up whenever I apply a transformation to it. Video without transformation Video with transformation I'm using the NodeJS SDK to generate the video URL const video = new CloudinaryVideo( video_public_id, cloudinary_config ); I've tried different audio encodings i.e…
-
Why Cloudinary is making too many requests? How to fix it?
I am working on a React Project and using cloudinary to store images on the cloud, but when i open the network tab in dev tools I sees hundreds of similar requests made by cloudinary.
-
responsive gallery, <a> <img> tags
hi i have a gallery that 1st loads thumbs from <img> and within here there is a srcset. They are transformed correctly according to browser width and i use this url transform for all images in the srcset replacing 256 up to larger sizes: /f_auto/q_auto/c_scale,w_256(etc…)/ <div class="grid-item item animated-fast"…
-
"Must supply api_key" use cloudinary in production any recommendations
console.log("Esto es el cloud_name de cloudinary", process.env.cloud_name); console.log("Esto es el api_key de cloudinary", process.env.api_key); console.log("Esto es el api_secret de cloudinary", process.env.api_secret); cloudinary.config({ cloud_name : process.env.cloud_name, api_key: process.env.api_key, api_secret :…
-
Prompt for chatgpt to upload generated image to cloudinary
Hi was wondering if you know the best way I can prompt chatgpt to upload a generated image to cloudinary I provided it an API key, secret, and cloud name, but it replies "It looks like the necessary module for Cloudinary isn't available in this environment. To proceed, you can run the provided Python code on your local…
-
PDF files publicly view in free tier
i am using cloudinary to store files of my MERN stack app but I have both image and pdf files in my app. but cloudinary doesn't let my app's users see the pdf files publicly using the res.cloudinary.com link because of me using cloudinary's free tier or some reason? How should i solve this problem? i can't purchase the…
-
Thunkable, Airtable, Claudinary
Hola, mi problema es que no me guarda imágenes en claudinary desde mi app en thunkable, a la hora de subir mi imagen y que me devuelva la url para mi base de datos en airtable la url es invalida y la imagen no se sube
-
Conditional/workflow for metadata
Is it possible to create a workflow for metadata population? For example, if we have a dropdown as the first metadata field that is "license", selecting CC0 pre-populates some specific metadata fields, and "CC BY" populates fields in a different way. Is this possible with the Cloudinary web interface, or do we need to…
-
Handle onUpload on CldUploadButton in Nuxt3
Hi, i just create project using Nuxt 3, and use this library @nuxtjs/cloudinary, here is my simple code, i try all trigger callback : <CldUploadButton v-if="props.withImageUpload" :options="{ maxFiles: 1 }" :on-success="(result: CloudinaryUploadResponse, widget: any) => { console.log('Callback triggered');…
-
Missing dependency: Signed Upload requires an API key
Hi everyone and thanks for your help in advance! I am trying to do a simple signed image upload to my NextJS app but I am getting this error: Missing dependency: Signed Upload requires an API key This is my 'pages/api/sign-cloudinary-params' file import { v2 as cloudinary } from 'cloudinary'; cloudinary.config({…
-
Can Anyone Guide me with Optimizing Image Delivery Performance?
Hello there, I am currently working on optimizing image delivery performance for a web application that heavily relies on Cloudinary for image management. While our setup is running smoothly, I am looking to further enhance our image delivery speeds. These are some issues I want to discuss; What are the best practices for…
-
unable to upload images in Thunkable get invalid signature and time stamp
Dear All, I am using Thunkable and try to take a picture and store it into cloudinary via mediaDb but i get Invalid Signature baf5fcbad23769c265adb4112c679fc57dcabfdb. String to sign - 'timestamp=1719927671'. . Kindly assist to fix this. Regards, Sasi Preetha
-
How to overlay an image on top of non-transparent pixels only?
I'm trying to create a realistic t-shirt mockup. The 3 elements that I have working so far are: 1) t-shirt image 2) artwork 3) displacement map for the artwork (to match t-shirt folds) I am trying to add a shadow layer, which can essentially be a semi-transparent PNG. However, I can't figure out how to place it only on top…
-
Is it possible to do a text name repeat based on variable length with one request?
This is what we'd ultimately want to do. Repeating of a name, that's provided to us, either with one font or two fonts in a brick pattern. Based on our research we're able to do this with Cloudinary if we first do an image upload (POST /image/text) with the input name and obtain the height and width as a result. Then using…
-
How to reduce the size of Backup Revisions
Why don't I have any photos in my photo library but Backup Revisions takes up 178.34 MB (actually 185.59 MB), is there any way to reduce this even though I have turned off Automatic backup and deleted all photos but this space still exists?
-
Can't we delete the template?
I accidentally tried creating a few new templates and the problem is that every time I upload a photo, I will still have that template but I can't delete it, this will increase the storage space because I don't need it.
-
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…
-
June 2024 Community Update
Hi all! Each month a lot of new content rolls through this community, so to help you find the gems in the mix, I’m sharing a few key resources you might have missed. So without further ado, here’s the June updates: Resource of the Month: Fixing Small, Blurry Images with GenerativeAI With Cloudinary’s Generative AI…
-
How to get private image using public id with Admin API?
Hello, I am using signed uploads, which means my backend generates parameters, including a public id, and a signed signature for the frontend to use to upload an image. Some of the images that are uploaded have type = private. On my backend, I query Cloudinary for the images that the backend has generated a signature for…
-
Need some guidence in what category should I have to post?
This is my first post after just joining this discussion, so please forgive me and provide kind assistance if I have posted to the wrong subsection! I am new here but a real enthusiast and loving this community so far. I have a background in teaching coding and in education and feel I could help with documentation, at…
-
signed video upload in rust returns "Invalid Signature"
I tried uploading a video to a Rust backend using Signed Upload. However, creating a signed upload using the API according to this documentation keeps returning an error saying "Invalid Signature". I suspected it might be a hashing problem and tried it in another language using the same logic as in my Rust code. The…
-
Problems with dynamic url transformations
Hello everyone, I'm having trouble dynamically transforming images using urls. Whenever I attempt to transform an image, the browser says "this page isn't working." For example: Thanks!
-
Introducing the Cloudinary Community Experts Program
Hey all! We're rolling out our very own Cloudinary Community Experts program. This initiative is all about building a lively, supportive community on our Discord and Community Forum, and we're looking for members to be a part of this journey. How will it work? This program is all about tapping into the wisdom and…
-
How to embed Video Player using Angular 18 with SSR
Hi All, I'm looking for a working example or explanation of how to embed the Cloudinary Video Player in an Angular site that uses the new SSR (Server-Side-Rendering) deployment model. Any help is appreciated!