-
Can cloudinary deliver the derived Images to private S3 bucket?
Can cloudinary deliver the derived Images to private S3 bucket?
-
How can I know that the processing of the uploaded image is completed?
How can I know that the processing of the uploaded image is completed?
-
Signature generation, how to add "access_control"
Hi there Thanks for reaching out Im trying to create a signature, and want to add some parameters to it like "access_control", "folder",... But i dont know how to do that, i try another way: use the preset i create on cloudinary (but that is not the way i want). Here is my code (C# and it worked with "upload_preset"):
-
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.
-
Spliced Audio
Hello, we're successfully splicing audio with the API. My question is this..... when we construct a URL to splice audio into one file --- does that file exist in our cloudinary folder(s) as one file -- or is it always just the individual parts. I'm asking because when we backup, this is a concern.
-
Concatenate Audio Files?
Regarding Concatenating Media — https://cloudinary.com/documentation/video_trimming_and_concatenating#concatenating_media Can audio files be concatenated? I know you can overlay multiple audio files, but the concatenation page only mentions video.
-
Some images are 404, some are gone totally
We have been doing some testing on our production instance where we notice that there are so many 404s that has been working before, then suddenly is not. Also, there are some folders where the images inside was completely deleted. We are using the upload API endpoint for uploading…
-
"Private media assets" vs "Token-based authentication" What is the difference?
Hi there Thanks for reaching out. Im trying to upload my image/video as private to restrict access from guest, then i create an Url for that image/video with expired time for specific user (like for sombody logged in my system) I did that by using Providing time-limited access to private media assets. But i also hear about…
-
DownloadPrivate Resource not found
Hi there Thanks for reaching out. Im trying to create an Url for my private image on cloudinary, everything is fine, but when i use that url, i get the respone "resource not found". Here is my code (C#): the publicId i get from the result after upload image after run the code, i get my image url like this:…
-
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: {…
-
Shiny New Things!! Sharing Dynamic Collections Exernally
Hey Awesome DAM Users 👋 Some great news from our Product team here at Cloudinary to make sharing your amazing assets in Dynamic Collections easier. Watch this video to learn more: (video has no sound) If you have any questions about this cool new feature or anything else, then please reach out! All best, David
-
Create zip with custom filenames
I'd like to use the REST API to create a zip archive. The problem is, I don't want the public ID to be used for file names in the zip. Is there any way to provide a custom file name for each Cloudinary file I want to include in the zip archive?
-
How should i fix a error on a jest test referencing the cloudinary config
TypeError: Cannot read properties of undefined (reading 'config') 2 | require('dotenv').config(); 3 | > 4 | cloudinary.config({ | ^ 5 | cloud_name: process.env.CLOUDINARY_CLOUD_NAME, 6 | api_key: process.env.CLOUDINARY_API_KEY, 7 | api_secret: process.env.CLOUDINARY_API_SECRET, at Object.config…
-
Expiring URL
I'm trying to generate a url for an image when a user visits a page, and genreate a signed url with an expiry time. (node/express) However, when i refresh the page, the URL is the same, and the image isn't expiring and is accessible seemingly forever? These images are data sensitive, and I require the URL generated on page…
-
"This email already exists" When inviting a new user
I am trying to invite a user that does not currently have a cloudinary seat, but receive an error message that reads "This email already exists." This email address may have tried to log in to Cloudinary via the Contentful integration at one point, but is not currently listed under User Management and cannot log in with…
-
Go/ Fiber Image Upload Not Working in Production
HI, this is an odd one and a bit unlike what I have seen from others. My local dev environment is and has been working without a hitch at all but when I try it on a production environment is am getting a filepath error that remains unresolved. from production logs... ive already tried adjusting the filepath the match the…
-
Is it possible to change the PublicId?
I can edit the PublicId but seem not to be able to update it programmatically using NET. Here is a fragment of my code UpdateParams up = new UpdateParams(oldPublicId) // tws7/5113_d5240053-1b32-49fd-a11a-400e7a6f5d2e/OriginalWebp { PublicId = newPublicId // tws7/5113_d5240053-1b32-49fd-a11a-400e7a6f5d2e/Original };…
-
getting issues in next-cloudinary package's cldVideoPlayer component
Dear Cloudinary Team, I hope this message finds you well. My name is Skysparko, a longstanding member of the Cloudinary community. I have consistently admired the quality and efficiency of your services, which is why I am reaching out today with a specific concern regarding my recent project. To optimize performance and…
-
First time GET request on SVG returns Content Length as None
While trying to access a cloudinary URL for an SVG, the content length is not set on the first GET request. But subsequent requests has the header set. I process the asset based on content length further down which errors out in case the value is not set.
-
Video Transformation Builder
Hello, how do I change the default video to my own video in the transformation builder? Thanks.
-
vue3 and image upload
I'm very new to the cloudinary vue sdk but I can't see any way to upload images without using the widget? I want to create a form for users that allows them to fill in text fields and select multiple images. When my form is submitted I will validate contents in vue, then send the media to cloudinary and capture media…
-
How to wait until update_stream() finishes?
Hello guys, i am facing the problem, that my backend server is executing the return-Statement before actually finishing the upload_stream()-method. The code: app.post('/changeAvatar', upload.single('file'), async (req, res) => { let url = ""; let cld_upload_stream = cloudinary.uploader.upload_stream( { folder: "avatar" },…
-
Download Isn't Working
I'm trying to download a folder by logging into Cloudinary. Immediately upon right clicking the folder and selecting download, I get two alerts -- one that zip file is being generated and another that says "this folder is empty, there is nothing to download." Needless to say, nothing ever downloads. The folder has less…
-
Uploading from a remote URL that requires an auth token
Hi, Is it possible to upload an image from a remote url that requires an auth token to access? I'm using the node SDK, and I don't see anything in the docs about doing this. I do see an old post about this here: https://support.cloudinary.com/hc/en-us/articles/360021298511-Using-the-Authorization-header But it doesn't seem…
-
Question about credit
Hi Cloudinary team, I'm making a small application and I'm using your service to store images. Since the application has not yet been completed, I wanted to ask you for more information about loans. Are the loans renewed every month? If yes. how does credit renewal work?
-
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 ?
-
Intergration with Digital Ocean and Cloudflare
Hi, Cloud someone give me some advice? I have my website (real estate) on Digital Ocean and also using Cloudflare, but now I'm thinking about how can I manage my images (adjust, improve images)? I heard about Cloudinary but not sure how to integrate with Digital Ocean and Cloudflare
-
Changing open graph details
I have two images hosted on my cloudinary and i am carrying out transformation on them. the url looks like…
-
Is there a way to standardize the URLs of the images I upload?
When I upload images to Cloudinary, I've noticed that each image generates a unique URL. This variation in the URLs not only reflects in the name I assign to the image but also in the number that Cloudinary automatically generates. FOR EXAMPLE: Imagen 1: https://res.cloudinary.com/dtg7fga8i/image/upload/v1698345266/Imagen1…
-
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?…
-
Sample photo keeps reappearing
Hi, It seems so simple, but I haven't figured it out! In my assets a sample photo from Cloudinary keeps reappearing (the one with red flowers and bees). I keep deleting it, but every so often it comes back. I thought it was a problem in my settings and I got rid of the studio feature in an effort to solve the problem, but…
-
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…