Developer APIs
Discussion List
-
How to make video play with start, end time in video player embed
Hello, im try to make video play with start, end time in iframe with URL embed like this https://player.cloudinary.com/embed/?public_id=CMaster%2Fjljjbgwg5xqvamjupxin&cloud_name=anlavn&start_offset=2&end_offset=5 It work fine, but when i add more params like this…
-
Image upload from API route on cloudinary works on localhost but not on vercel production
While the above route works perfectly fine while uploading files running on localhost, when i push to vercel it the AXIOS request will get a strange "405 Method Not Allowed" error while on vercel logs "Unknown application error occurred Runtime.Unknown" export async function POST(req: Request) { try { const formData =…
-
Upload fails with 403
hey all, i have been trying to upload to cloudinary via strapi upload provider. but it seem to fail while i have the right credentials in environment variables what am i missing?
-
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 ?
-
Changing open graph details
I have two images hosted on my cloudinary and i am carrying out transformation on them. the url looks like…
-
If I just use cloudinary optimized URL will it be enough?
I am using Nextjs to build an application. Also using Cloudinary as a CDN to deliver assets like images and video. If I just use the optimized URL Cloudinary provides from its dashboard will it be enough? Also, will the image be optimized by the Nextjs image component as I am not using the images from the public folder?…
-
Is it possible to do a text name repeat based on variable length with one request?
One Font: Two Font: 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…
-
How do I resize images in the collage?
I try to create a collage and want for every image of the collage to resize only height (so width will be automatically resized). It seems collage does not have an asset-default height. How do I resize images so that for all images the height will be the same? I also tried to upload first, but even when I upload and…
-
Can I create custom collage based on image sizes?
If I do not know the image sizes, the height and width, can I create a collage that will assign each image a vertical/horizontal spot in the template based on their ratio or height/width? Is there a way to create a collage with images that do not have the same size but be fit in without cropping? The images are random and…
-
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 convert a potrait image to landscape or vice versa?
How to convert a potrait image to landscape image or vice versa?
-
how do i go about 401 unauthorization error with unsigned upload on vite.js app
got the same error previously, i was forced to create a new environment with a new cloud name. updated by .env file file and refreshed the app but the problem persisted. i have provided the valid credentials but cant seem to go through over it
-
Coonect Airtable with Cloudinary for uploading images using API
Hey everyone! So we need a script and API to upload the images to Cloudinary from Airtable, get the cloudinary images URLs in to Airtable. The images you see in Airtable comes from an API and the images can change. So let us say that one image gets deleted or added from the API, we need to reflect this change in Cloudinary…
-
Can SEO Suffixes be used to trigger transformations?
When a single image be used with several different SEO suffixes, can each of those suffixes transform that image to an image with different resolutions? The help page suggests (to me) this is possible but I cannot get it to work. Thanks Mark
-
Upload from non-Express Node.js server
I have tried a bunch of different ways to upload images, successfully using the upload widget using signed and unsigned versions. I'm also able to upload an image not using the upload widget using a generated signature returned from our server. One thing I would like to figure out is a solution where I send an image to our…
-
Product Gallery Video Issue & Mobile Image Mode
Hi All I have a couple questions/issues that I'm looking to get some help with Firstly, i have noticed that on the Product Gallery, when I load in a video and attempt to click it, nothing happens, it doesn't open into the popup view. I can see it working if i scroll to it from another image. This also happens on the demo…
-
How to reduce bandwidth
Hi everyone. I use this service for managing the images of my application. We recently had a launch party where there was a significant increase in users and usage of the application. If the storage is insignificant and has remained almost constant over time, proportional to the growth of users, we have a significant…
-
Requesting an image with a different URL structure
I know that the structure URL of an image is typically https://res.cloudinary.com/lucecoplc/image/upload/t_media_lib_thumb/cld-sample.jpg To interface Cloudinary from my PIM system I need the URL to be structured with the transformation size on the RHS of the URL like this…
-
My developer account has been disabled, please so re-enable it?
My cloud-name is dwvcdfn26 . Please re-enable it, thanks you guys very much! :))
-
How to explicitly set the Duration of the Video
I have A question about the Metadata of the video. Let me provide you with full details. Here is what my Code Looks like when I Call the <CloudVideo/> { postFileMeta.cloudData && ( <CloudVideo publicId={postFileMeta.cloudData.public_id} /> } and Here is the code for <CloudVideo/> { const cld = useMemo( () => new…
-
Resize the image to fit the user on the phone
Hi everybody . How to optimize images for mobile users. Let me optimize the music on dzwonkimp3. Thank you for your help. Have a nice day
-
How can I remove logo from image?
How can I remove logo from image?
-
Cloudinary library crashes React app
I'm implementing Cloudinary in my React app, and I'm following the node quick start (https://cloudinary.com/documentation/node_quickstart). I've pasted the code directly from the quick start, and I have my environment variable pasted from my Cloudinary dashboard. When compiling, I'm getting a few dozen errors, all in the…
-
Image error when uploading video
Hi everybody . When I upload videos to a platform like YouTube instead of another platform, the device always reports an image error. I don't know where I need to edit. Is it that I did como cambiar el tono de llamada. Thanks for everyone's help
-
Auto cropping product images
Hi, I've trawled through the tutorials, knowledge base and community questions but can't find the answers to my questions, so I'm hoping somebody can help clarify whether it's possible to do the following. I want to batch auto-crop product photos so there's padding around the product as seen in the photo below. Original…
-
Retrieve video dimensions via Node
Hey! I'm trying to retrieve the dimensions of a few videos I uploaded to my account through this function: const checkImageDimensions = async (imageUrl: string) => { try { await cloudinary.uploader.explicit( imageUrl, { type: 'fetch', resource_type: 'video' }, function (error: any, result: any) { if (error) {…
-
How derived image is delivered to account user?
How derived image is delivered to account user?
-
How to create logo image from the uploaded image?
How to create logo image from the uploaded image?
-
How can we add a logo on the uploaded image?
How can we add a logo on the uploaded image?
-
Is *.psd extention is allowed to upload and transform ?
Is *.psd extention is allowed to upload and transform ?
-
In which format the derived images will be downloaded by default?
In which format the derived images will be downloaded by default?
-
How can I get derived images in zip format?
How can I get derived images in zip format?
-
How can I get drived image delivery in Amazone s3 bucket?
How can I get drived image delivery in Amazone s3 bucket?
-
What is "allow for strict transformation" option?
what is the function of "allow strict transformation "?
-
Why cloudinary.uploader.upload_stream() does not work with the latest NextJS version?
let cloudinary = require("cloudinary").v2; let streamifier = require('streamifier'); let cld_upload_stream = cloudinary.uploader.upload_stream( { folder: "foo" }, function(error, result) { console.log(error, result); } ); streamifier.createReadStream(req.file.buffer).pipe(cld_upload_stream);
-
Preset and url combination
Hello, I have a presete that has 3 eager image resize and it works fine. Besides that I want set some tags to my images. Is it possible to pass the a request that defines the preset and also some tags that take place after the preset? or can I pass to my preset the tags dynamically from the url?
-
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 =…
-
Disabling Video Downloads on Cloudinary
I need to share a link to a Cloudinary-hosted video while disabling or hiding the possibility of downloading the video itself. I'm wondering if it's possible to add the attribute controlsList="nodownload" so that the video rendered in the DOM has the following form: <video controls controlsList="nodownload"> I just want to…
-
Difference between Unsigned Presets and signed preset?
Difference between Unsigned Presets and signed preset? What are the pros and cons of using signed or unsigned preset?
-
Problems Implementing cloudinary video play with vue.js
Am trying to follow the training series on adaptive video streaming where the video player was implemented using react but I keep getting "cld.videoPlayer is not a function" when I try Implementing the video player in vue.js.