-
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…
-
Getting 494 Error
We generated this reel . We are getting 494 error. Please provide support this is a production critical issue.