-
[Wordpress plugin] Some videos don't sync
Hello everyone, I have a wordpress website that uses Cloudinary plugin to upload media files. I see that some videos don't sync and I don't know why. If I move the mouse on the error icon it says missing header/body separator . I didn't undestand why it happens only for few medias and I don't know how to investigate the…
-
Issue with auto-upload
Hi! Thanks for all the help you provide in this Community!! My issue: I don't manage to get my auto-upload working, after spending several hours trying to get it. I have mapped a folder "ztat" to this URL: "https://img01.ztat.net/" Cloudinary tells me it's ok, I think:…
-
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…
-
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…
-
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.…
-
Cloudinary URL Transformations Not Working Due to Firebase Auth Rule Conflicts
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…
-
getting a stale request sometimes
so i have used cloudinary for a while now but now i have gotten error like stale request. Do anyone know how to solve this problem ? i am using nextjs
-
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…
-
Inability to upload images
I can't upload an image from my PC after signing in. I want to change a portrait image to landscape. Please, what do I do?
-
413 Request Entity Too Large
I am uploading files to cloudinary with this code in laravel ````public function upload(Request $request) { $folder = 'product_photo'; if ($request->hasFile('photo')) { $file = $request->file('photo'); request()->validate([ 'photo' => 'nullable|image|mimes:jpeg,png,jpg,gif,svg|max:6048', ]); $cloudinaryResponse =…
-
Where can I find images that were rejected by AWS Rekognition AI Moderation?
According to the Automatic image moderation flow documentation, rejected images are available for restoration: A rejected image does not appear in your media library, but is backed up, consuming storage, so that it can be restored if necessary. I have uploaded an image that got rejected by AWS Rekognition but I cannot find…
-
Picture turns on 90 degrees after I upload it from Strapi
I use Strapi for CMS and I want to save my pictures in Cloudinary. I have a preset in Cloudinary - a set of different characteristics that I want to apply to a photo before saving it. If I upload a photo directly to the Cloudinari library, the preset is applied. If I upload a photo from Strapi, in the metadata of which the…
-
How can I upload larger images?
I seem to be having trouble uploading any images > 1MB. For example the image at the below URL. I am using the ruby gem and am not able to get this to work even when I use the upload_large method or add a timeout. I consistently get the error: CloudinaryException: Error in loading…
-
files are automatically renamed on upload
HI, I am using the upload button in the media library and cloudinary automatically renames my uploaded files to somthing random. I have deleted the default ml_preset and created a new upload preset with the options Use filename or externally defined Public ID = on and Unique filename = off. Cloudinary still renames my…
-
Cloudinary cloudinary = new Cloudinary(Environment.GetEnvironmentVariable("CLOUDINARY_URL"));
When I run my app I get the following error. System.UriFormatException: 'Invalid URI: The hostname could not be parsed.' I am running this on a blazor app and I am trying to upload my images. Can anyone help? Thanks
-
Has anyone use synfusion sfUpload
I am trying to upload images to my account using SyncFusion SfUpload. Has any used this or can point me to where I might get some info on this? Thanks, Tom7254
-
upload the image from angular form to cloudinary using .NET API
Hi, I am trying to upload a photo to cloudinary from an angular form: <form id="stripe-login"> <div class="field padding-bottom--24"> <label for="pname">Publication Name</label> <input type="text" name="pname" id="pname" [(ngModel)]="pname"> </div> <div class="field padding-bottom--24"> <textarea name="desc" cols="40"…
-
I'm currently stuck to this problem, and I hope you can help me because to this undefined upload
export const uploadAvatar = async function (req, res, next) { try { // Retrieve the user ID from the authenticated user's token or session const userId = req.user.id; // Find the user by ID const user = await User.findById(userId); // If user not found, return 404 if (!user) { return res.status(404).json({ message: "User…
-
Cloudinary URL not loading for large video
I have an issue loading the Cloudinary URL and upon investigation, this is what I found Video size less than 100 BM with file extension + media transformation applied ⇒ media loads and plays 2. Video size greater than 100 BM with file extension + media transformation applied => video does not play media transformation…
-
Async Uploads
Hi, I'm using the async option while uploading a file. And I get the batch_id back. How do I use the batch_id to track the upload progress?
-
Getting 494 Error
We generated this reel . We are getting 494 error. Please provide support this is a production critical issue.
-
There were any update on cloudinary environment V2 to connect with ?
Hi , good day, I am having problem to upload files images from my VPS from hostinger, This error appears: Error: getaddrinfo EAI_AGAIN api.cloudinary.com at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:71:26) { errno: -3001, code: 'EAI_AGAIN', syscall: 'getaddrinfo', hostname: 'api.cloudinary.com' }
-
when trying to upload image from postman i am getting unexpected end of form error
my index.js part const express = require("express")const app = express()const mongoose = require("mongoose")const cors = require("cors")const route = require("./route")const mult = require('multer')const fileUpload = require("express-fileupload"); app.use( fileUpload({ useTempFiles: true })); my clodinary function file -…
-
I tried to upload PDF on Cloudinary using the API, the API returns a path, but when I tried to open
but pdf is uploaded a PDF to my media, but when I try to access it through the URL returned by Cloudinary, it shows this error.
-
Bulk upload content from Local Folder (sync'd DropBox or Google Drive)
Having started with Cloudinary DAM and gotten excited about all the cool features and functionality, the next question we're usually asked is how can I upload my 00's or 000s assets from a local folder or network share into my Cloudinary account? 🤔 This is a great question! The answer is there are many ways - through the…
-
Upload API give me 502 Bad Gateway
Hi. I'm in a Next js 13 project. I tried to upload a image using an unsigned upload preset call restaurant and Upload API but it gives me a 502 Bad Gateway. This is my code 'use client' import { useSession } from 'next-auth/react' import { useRouter } from 'next/navigation' import { useState } from 'react' function…
-
Invalid JSON response from server
Hello. So in my Spring application I have this CloudinaryService class with this function that's supposed to take a Base64-enconded image and upload it to Cloudinary: public String uploadFileFromBase64(String base64) { try { @SuppressWarnings("rawtypes") Map uploadedFile = cloudinary.uploader().upload(base64, // the error…
-
Scrolling is block after uploading image
Hi, After uploading image, scrolling is totally block, cant navigate to the bottom to top or top to bottom on the page for the other field on the form to edit something. There is a scroll bar before uploading image: https://prnt.sc/-wXT5W7V09FW There is no scroll bar after uploading image: https://prnt.sc/b50g-snUlJuF How…
-
unable to use cloudinary in production enve
i am developing via django framework, i am able to setup cloudinary to host images and static files however in all production environments i am not able to serve these files. when i use django-whitenoise it cancels the cloudinary configuration and so i end up using whitenoise to serve my files however this is not what i…
-
Rails 6 upload wdget saves before applying crop
The following code is used in my rails 6.1 application to upload images via the widget. The upload works fine . After cropping the image, either clicking 'crop' or 'save' uploads the original image instead of the crop. <script src="https://upload-widget.cloudinary.com/global/all.js" type="text/javascript"></script> <script…
-
Generating Download URL Returning 404
When generating a download URL using utils.private_download_url(publicId, format, options) the method returns 200 with a seemingly correct URL string. However, when trying access the string in the browser or pass it as a link in my react application I get a 404 "resource not found". What could be causing this? I've looked…
-
how to upload png with transparent background to cloudinary
I am trying to upload a png image with transparent background to cloudinary using nodejs application The image is in png format i.e. logo.png. I am using multer to get the image convert into buffer before uploading the image. But when I upload the image the transparent background changes to a white background. The response…
-
Request for continuation and replacement of plan credits
Hi, The credits I used have exceeded the $249 plan limit and now our account status is unavailable. If we apply for an upgrade to the $549 plan this month, can we change to the $249 or $99 plan next month? Also, seeing that our credits are mainly used for brandwidth, what are the ways we can reduce the amount of brandwidth…
-
405 Cloudinary ONLY on production using Vercel - Nextjs
Please help, 2 weeks stuck. So far no answers works, no AI, nobody, no workaround, I have no idea where to look anymore. Uploading images on development works perfect, on production 405. Add headers, take headers, change CORS, use Axios, change to fetch, clear cache, downgrade Nextjs, try different npm's etc... No idea on…
-
I can't upload epub file
I have been having issues uploading epub file through a url link. But i keep getting the error { message: 'An unknown file format not allowed', name: 'Error', http_code: 400 } When i try to use a preset that doesn't have any format, it work but then it doesn't upload as an Epub file.
-
Uploading M4A with iOS SDK
Howdy! I've recently added the Cloudinary SDK for iOS to our project, and am working on uploading a locally-recorded audio file to Cloudinary. After some fussing, I got the signature verifying for the signed upload, and it looks like everything's in place to send the M4A audio file, but the API returns this error: {…
-
How do I allow users to upload images to my site by clicking the Upload button. ? I'm using python S
How do I allow users to upload images to my site by clicking the Upload button. ? I'm using python SDK. I'm working on a Django project. And when we click on download, it doesn't work. The browser returns an error message: "file not available on this site". How to fix this problem ?
-
Question about using the React media editor and image upload widget
hi I'm trying to create React so that my Media Editor opens right away to let the user edit the picture that was just uploaded using the Upload widget. I try to run mediaEditorWidgetRef.getConfig(), but it always returns undefined, and when I try to run mediaEditorWidgetRef.show(), it always gives the error "Cannot read…
-
How to upload an image from cdn url in cloudinary?
The cdn url of the image is given. When I am trying to upload image from cdn it gives filenotfound exception. The code snippet is given below- Map result =…
-
Trying to upload multiple images, but can get only one uploaded,
const Upload = () => { async function handleOnSubmit(event: React.FormEvent<HTMLFormElement>) { event.preventDefault(); const form = event.currentTarget; const fileInput = form.elements.namedItem('getImage') as HTMLInputElement; const formData = new FormData(); let arrayFiles; if (fileInput) arrayFiles = fileInput.files ?…