Here, you can search for answers, ask questions, give help, and share your expertise!
Announcements, company news, ideas, and anything that doesn't fit elsewhere
Questions about our APIs, SDKs, and programmable media tools
Helpful content contributed by the community
Questions about our Digital Asset Management (DAM) tools
Hello to the community. I am researching if this is possible in Cloudinary as I have a project where I would need to upload over a thousand images and videos. So is it possible to do a bulk upload of the images and videos and use AI to add the tags and metadata for each image/video. I saw some tutorials where I can see…
origin video1 origin video2 connected video I'm using JS sdk cl = cloudinary.Cloudinary.new({cloud_name: CLOUD_NAME}); const video = cl.video_url(VIDEO_ID_0,{ transformation:[ {duration:"3"}, {flags:"splice:transition_(name_pixelize;du_2)", overlay:{resource_type:"video",public_id:VIDEO_ID_1}}, {duration: "8"},…
Hi, I am trying to download all of my assets from a folder, as a CSV file, onto my hard drive. When I do a download, it only downloads 1,000 assets, but the folder has 3,000 assess. How can I download all 3,000 assets at one time, from my assets page, as a CSV file, onto my hard drive? Thank you, Mary
I've been using the Asset Management tool to upload audio files I want to include in my project site, but once I upload my page only one audio file will load up and the rest won't be there. Is there a good workaround for this issue? For some reason, Google says it's blocked for Cross-site tracking.
I am unable to upload video using signature but image gets uploaded. When i upload video i get 400 BAD_REQUEST_ERROR. i tried setting resource_type to auto at server in signature generation but got 401 unauthorized and removing it works for images only. ``` { error: 'Invalid image file' } // client side export const…
I've uploaded some PDFs via the REST API but I set the resource type to "raw" when doing so. That seems to be preventing me from getting an image preview for them. How do I get image previews for these PDFs?
I'm getting this warning when making requests to get images hosted on Cloudinary. class PostImages(models.Model): post = models.ForeignKey(Post, related_name='images', on_delete=models.CASCADE) image = models.ImageField(upload_to='post_images/', storage=MediaCloudinaryStorage()) DEFAULT_FILE_STORAGE =…
** solved ** I solved it by removing key 'source' from object ```javascript const { signature, timestamp } = ( res.body as { data: { signature: string; timestamp: string } } ).data; const filePath = resolve(__dirname, "pic.png"); console.log(filePath); const formData = new FormData(); formData.append("file",…
Hi everyone, I’m working with private images that should only be accessible to logged-in users. I know that Cloudinary allows generating signed URLs, but I’m not sure what the best practice is for setting expiration times and ensuring security. Should I generate a new signed URL for each request, or cache them for a short…
Hello, I've had a situation for a while now where my uploads don't work correctly. I'm developping an app with Rails 7 and use cloudinary for storing files attached to my tickets. storage.yml development & production.rb In Cloudinary, I've allowed raw files. Example : I just tried uploading an excel file (test.xlsx). Logs…
Hi everyone, I wanted to take a moment to share some important news with you all. After much consideration, we’ve made the decision to retire this community at the end of December. With the incredible advancements in AI-driven tools and the exceptional support resources we provide, we’ve realized the Community no longer…
Welcome! We are so glad you're here. But before you get started, here are some things you need to know. This community has a set of standards across all our online spaces. They include (but are not limited to) the following principles and rules: Respect Our community members come from all over the planet and walks of life.…
Hi I am going to use cloudinary on my wordpress site, I am currently using WP Rocket and imagify on it for caching and image compression, should I change the settings on the software or will cloudinary work alongside these plugins?
I have set up an auto upload folder. Then I used it with an image (example: https://res.cloudinary.com/account_id/image/upload/autoupload_folder/material.jpg ) and 1) The image was uploaded correctly, I can see the asset in the media library 2) But the url won't respond; it gives the following error: "Resource can only be…
Hi Cloudinary Community, I’ve been experiencing intermittent failures when uploading images to Cloudinary, particularly with larger files. I’ve ensured that my API keys and configurations are correct, and I’ve followed best practices regarding the upload process. However, the issue persists and seems to be affecting the…
Hi all I’m looking for suggestions on how to optimize dynamic image transformations specifically for mobile devices. Are there certain settings or best practices that help ensure fast loading times and smooth performance on smaller screens? Because, I am a concrete Contractor in Richmond VA here is my website:…
Hi everyone, I’ve been trying to implement dynamic transformations for images based on user interactions. For example, adjusting image quality or adding effects dynamically depending on specific user actions. The challenge I’m facing is maintaining seamless performance and ensuring compatibility across various devices…
Hello guys, we are on Cloudinary Programmable Media Plus Plan and we tried to upload a PDF document which has a file size of 60 MB through the Cloudinary Upload widget in the media library. But the upload widget shows the error "File size (63.02 MB) exceeds maximum allowed (20 MB)" Is there any chance to increase the…
You need to be logged in to ask or answer questions. You can use your Cloudinary account, just click the "Sign In" button.