-
i deployed my django webapp on pythonanywhere but users cant upload images sucessfully to cloudinary
Unexpected error - MaxRetryError("TCPKeepAliveHTTPSConnectionPool(host='api.cloudinary.com', port=443): Max retries exceeded with url: /v1_1/dug5dj4uz/image/upload (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f2279fdc580>: Failed to establish a new connection: [Errno 111] Connection…
-
OCR Image
I see that I am able to select labels in images, when running a search. Wondering if these can be made searchable.
-
Search for empty value in metadata field AND specific value in another metadata field
I can search for an empty value in a metadata field with this expression: -metadata=client_award_level I can search for a value in a metadata field with this expression: metadata.material_number="49738066" But I get an error when I try to combine them with 'AND' -metadata=client_award_level AND…
-
Select image from upload widget
Hi, I'm using javascript to upload images/videos to my cloudinary cloud using the upload widget. I'd like to select one of the images from my cloudinary cloud folder when using the upload widget. Just like we can select images from other sources like unsplash/google images etc thanks
-
Sending embedded cloudinary images in email body
Hi everyone! We just managed to add authentication to our assets via cookie, and now we are facing issues when our email bodies are rendered in email clients, such as Gmail. I don't fully understand how email servers work and handle HTML body payload, but I guess they try to download the asset (probably for security…
-
x-cld-error: public_id is too long
I get the above error while accessing -…
-
I have greenscreen videos on Cloudinary and need the background color changed.
Hi, how can I remove greenscreen from videos? I am not a programmer and need some guidance on how to process greenscreen videos with Cloudinary. Any guidance would be appreciated. Thanks, David
-
Ask a Question?
On the main board "ASK A QUESTION" goes nowhere. That should be fixed. My question is about folders and sub folders. I have many, started before understanding how your structure works. I would like to be able to move all of my "science" folders into a new single folder. I can do it with my Windows 7 program. Will it be…
-
Occasional corrupt webp image transformations - any idea why?
Hello I'm doing a simple f_auto image transformation on the URL of my image. The original image is a png. After a year or so the webp image is now showing a pink stripe down the far right of the image. Eg If I look at…
-
Issues with image fetch consistency
Hello all! I've been stuck with this issue for a month and a half and I can't figure out what's causing it. I have been wanting to run tournaments on my server on discord using cloudinary to generate rosters. I wanted to run a few tests before making a more complex system so I threw together a welcome banner to see if it…
-
How to invalidate transformed image after source images are invalidated
I am compositing an image (result) out of 3 other images (a.webp, b.webp and c.webp) with the overlay (layer) transformation. When I update one of the source images (a, b or c) with the cld uploader upload command I also send the invalidate flag, but this only invalidates the cache of the source images, not of result . I…
-
GIF media is rendering improperly when optimized
Hi! Does anyone know why this gif file is rendering weirdly when using the optimized link? `https://res.cloudinary.com/manifoldxyz/image/upload/c_limit,q_80,w_1024/8faa076782593995e61a96ea29d1a47c57ce7e98f476af792632401c5d51b725.gif` Compared to this, which render fine…
-
Possible to add double border to an image?
Is there a syntax for adding a double border to an image? I'm trying to emulate a golf score card where a birdie is a circled number (easy) and an eagle is a double-circled number. Appreciate any help!
-
How can I upload images and videos and get the url as a response using django-rest-framework?
Hi, please help me out. models.py class Posts(models.Model): image = models.ImageField(null=False) video = models.FileField( null=False, validators=[FileExtensionValidator(allowed_extensions=['MOV','AVI','MP4','WebM'])]) title = models.CharField(max_length=50) about = models.TextField() serializers.py class…
-
Uploading issue using cloudinary.uploader.upload
I am using cloudinary in my node.js express server. When i use the line "const result = await cloudinary.uploader.upload(`path`);" i get the correct response the first time i run the code in my server. When i try and make another request to my server i get the following error "{ message: 'Empty file', name: 'Error',…
-
How to get my Named Transformation into the Derived Presets
I made a custom named transformation; that seems ok but when I go into my Media Library and click on edit an image when it opens and I click on the Derived Images it does not show as a Derived Image; yet when I'm in Media Library and double click on the image it opens and I can see the Transformation Presets. Is this…
-
Uploading images and saving urls in database
Hi, I need to make a feature for users to be able to upload an image and then get the url from this image and save it to database so I can map over it and display it in my app. So far I understand that uploading the files from frontend can be done with cloudinary widget but how to get url back? I am using next.js and…
-
java.lang.RuntimeException: General Error -- getting this strange error while calling upload service
Hi Everyone, Since last few days, we have been receiving this weird error while trying to upload the images to cloudinary. java.lang.RuntimeException: General Error Unfortunately, this doesnt say much. All i do is, form a cloudinary url like this:…
-
How I can upload image in to cloudinary images using react?
I'm building a project for practice purposes and I want to host my media assets on this platform. I created an Image preset, everything is working fine. I just want to upload it with mern stack and Axios but I'm not able to find the API URL to upload the media. Please help to get this resolve
-
cloudinary.uploader.upload hitting 10mb limit despite resource type being "video"
Hi all, I'm using the Node.JS cloudinary SDK, with a free account, and running the following: const previewParams = { resource_type: 'video', public_id: destinationPath, overwrite: true, effect: 'preview:duration_15.0:max_seg_5:min_seg_dur_3.0' }; const response = await cloudinary.uploader.upload(httpsS3VideoPath,…
-
Blog Post: Automated Open Graph Images on Github Pages with Cloudinary
Cloudinary came through again! Turning a normally pretty tough task of auto-generating open graph images into just a string builder function. Thanks for the awesome tool guys. Blog Post
-
Is it possible to limit access to a specific folder using the Upload and/or Media Library Widget?
Hello everyone, I'm building an application where my clients are able to upload images to Cloudinary. In order to make their experience better I would like to use the Upload Widget as well as the Media Library Widget. But I don't want them to have access to all images, only to those they have uploaded. My idea was to…
-
How to improve performance of Videos in React Native?
Hey, I'm pretty new to the world video optimization. We are currently working on a tiktok-like platform for mobile (i.e. people can swipe Videos). Because this app is made for mobile, there obviously are quite a few constraints regarding the performance expectations, set by apps like Tiktok and Instagram. Our goals is to…
-
Shoppable video functionality in React
Hello community, I am trying to use the Shoppable video functionality in a React app with the React SDK but I was unable to do it. Is there any way in which this functionality can be used with React SDK? The only examples out there I could find were using the "cloudinary-video-player" library in order to use the "source"…
-
My stream in NodeJS not working.
Hello, I'm having trouble getting a video from Cloudinary and sending it to my front end via streams. Here's the code: import express, { Request, Response } from "express"; import request from "request"; import { PassThrough } from "stream"; import cloudinary from "cloudinary"; import * as dotenv from "dotenv";…
-
Is it safe to have cloud name and preset in front end code? Upload question
I have made an app with the MERN stack. I am using the url endpoint to allow users to upload images to my cloudinary, and then the data from that gets put into a mongodb database which I pull information from. I have the cloud name and preset in my .env file, but .env variables get put into the build folder anyway so it…
-
OAUTH gives Access blocked: This app’s request is invalid on incognito
When trying to login in incognito mode the app gives `Access blocked: This app’s request is invalid` error. Please see the attached screenshot.
-
Upload image fails with error "dial tcp: lookup api.cloudinary.com: no such host"
Hello I have been trying to upload to cloudinary via golang sdk. but sometimes it seems to fail after several requests (sometimes it works, other times it doesn't). I run the app in localhost (windows) and without vpn. error message: "https://api.cloudinary.com/v1_1/dd6mdlpgj/auto/upload": dial tcp: lookup…
-
I can enter .pdf file
I am doing a project with express and node.js, but one of the requirements is to receive .pdf files, in the paths of the post, can someone tell me if it is possible? and how to do it
-
How to change the image extensions from jpg to webp using the WordPress plugin?
-
Cloudinary in front of Azure Blobs
Hello, Is there a way that we can have Cloudinary serve up images that are stored in Azure Blob storage? Currently we're using the javascript Cloudinary plugin to go through all the images on our site and optimize them via a FETCH. We're looking into storing our images in Azure and wondering if it would still work the same…
-
Advanced WebGL Application using Cloudinary
Hello all - happy to be here! I'm posting this in the "developer products" channel as I think the topic is a tad more advanced than general use and has a good deal of crossover with API. Cloudinary supports WebGL to preview 3D files that have been uploaded! Objectively a very cool feature to have for previewing! However,…
-
Delete without a key? (client-side application)
Hi, I'm running a client side application. A long time ago, before I knew much about JS and front-end dev, I had setup some wrapper around the cloudinary endpoint, so my users can upload pictures, and delete them. While reviewing my code, I found that I use an api key in the bundled js. This is of course A Very Bad Idea.…
-
Uploading SVGs
Hi, when I upload an SVG to my folder it is converted into an 'Authenticated' asset an I am unable to get a public URL. Can I convert I into public? Thanks
-
Blog Post: Easy responsive images on Github Pages with Cloudinary
Hey guys, New to the community and just signed up for Cloudinary. I blog on Github Pages using Jekyll and Cloudinary plugged in real nice to my workflow. There's already a Jekyll plugin out there that hooks into Cloudinary but I wrote a quick blog on how to do it without needing to resort to custom plugins. Thought someone…
-
How to decrease recorded video size from safari before uploading to cloudinary in react project?
I have react project where I am using firebase as backend, the project main purpose is to record short videos for business. I have used react media library to record videos from camera so when user recorded videos I get the blob file I convert it to. base64 before upload so 1 min video has a size of less then 2 mb which…
-
Unable to upload image through programmatic upload API
Hi! I have been able to upload images through programmatic upload API before. However, there is one image that keep giving me "Invalid image file". The file is a GIF file so it should be a valid image file. I am able to upload this in other services, but doesn't work through cloudinary upload API for some reason. I also…
-
Deleting images from wordpress media library.
Can I delete my images from the wordpress media library after uploading them to cloudinary so that I can free up space in my server?
-
What configuration choices are irreversible once applied to a product environment
The documentation for Dynamic folders has a note which states: "Once a product environment is migrated to dynamic folders mode, you can't revert it to fixed folders mode." This leads to the question, are there any other configuration changes that are irreversible? Obviously on mature environments any change could cause…
-
What flags are copied when cresting a product environment based on another environment?
When creating a new product environment (aka: sub-account, cloud), there is an option to base the new environment on an existing environment. In the Console UI this option lists as "Base product environment" and states: "Optionally select an existing product environment from which limits and other custom configurations…