-
Cloudinary Postman collections to make it easier to try our APIs
Postman is a popular tool for running REST API requests, whether it's to get a feel for the request and response parameters or maybe even for automation. We're a big fan at Cloudinary and so we've created our own public workspace with a set of collections that you can fork and use to test out various API calls. To get…
-
Transformation URL
I am encountering difficulty in cropping a regular image into a hexagonal shape after uploading it to a specific folder. The provided URL example (https://my_cloud_name/image/upload/a_0/c_crop,w_2611,h_2261,x_43,y_5/l_hexagon,w_2611,h_2261,fl_cutter/public_id) illustrates successful hexagonal cropping when the image is…
-
Need to add music to entire length of video file which was made by concatenation many video files.
Example:…
-
Size of viewing an image in a collection
When I create a collection, I am able to limit downloads using a particular transformation, however viewers of the collection still get a full size version of the image when they click on the image to view it, which allows them to easily download the full-size original. The copyright on many of the images in our library is…
-
find single assest using public_id
I want to retrieve an asset using its public_id. Here's the code I'm currently using: r.instance.Upload.Explicit(r.ctx, uploader.ExplicitParams{ PublicID: r.getPublicId(path), Type: "upload", ResourceType: r.getResourceType(path), }) The issue I'm facing is determining the appropriate ResourceType to use. Is there any…
-
Integration of Cloudinary with WordPress CMS for Info Blogs about Subway Surfers mod double jump
I am currently working on a WordPress-based website that hosts informational blogs about the popular game "Subway Surfers." To enhance the user experience and optimize image and video management, I am interested in integrating Cloudinary with my WordPress CMS. Before I proceed, I wanted to reach out to this knowledgeable…
-
A couple questions about curl for rtmp
So live streaming has been in Beta almost how long I've been working with my OTT. I used to be able to get the curl rtmp example working and I can't find anything in the forum about live streaming. Is no one streaming live anymore? Is there anyone I can get a quick call into so I can ask some basic questions? This is the…
-
Image Transformation Performance Issue on My Website Using Cloudinary
Hello Cloudinary community, I hope you can help me troubleshoot a performance issue I'm facing on my capcut premium apk website. I've integrated Cloudinary for image management and transformation, and while the service has been great overall, I'm encountering a specific problem related to image transformation performance.…
-
PHP: Logger Incompatible with PSR/Logger
I'm using the cloudinary/cloudinary_php:^2.0 SDK. I am simply trying to retrieve the images uploaded to my account with the documentation-provided code: $config = Configuration::instance($_ENV['CLOUDINARY_URL']); $cloudinary = new Cloudinary($config); $result = $cloudinary->adminApi()->assets(); No matter how I structure…
-
When using upload_large it still results in a 413 response
I followed this older post* about timing out due to leveraging large content so I followed the docs to leverage upload_large. I've tried changing the chunk size from 6MB to 5MB with no success. I've also changed the timeout to 3 minutes to no avail. Any ideas on how to fix this?…
-
How to specify maximum duration in an incoming transformation
Hi, I'm adding an incoming transformation in my unsigned upload preset to set a maximum duration of 9 sec per video whenever a video is uploaded client-side. So, if user uploads a video>9 sec, the video duration would be cut to 9 sec. I'm using the conditional field in the incoming transformation section to set this up:…
-
Is there a way to see website traffic with Cloudinary?
Is there a way to see how many website visitors the website got through Cloudinary?
-
Is there a way I can decrease sound of layered audio file of cloudinary link?
I have added sound to the above link. Although I want to decrease layered audio file sound by 50% and also retain the original sound of the video
-
Importance of query params added by JS SDK-- is it OK to remove?
The following code (in Node.js / React) in some cases produces URLs with query parameters appended to the URL: import { Cloudinary } from "@cloudinary/url-gen"; const cld = new Cloudinary({ cloud: { cloudName: '__redacted__' }, }); const url = cld .image('ID') .quality("auto") .resize(fit(size)) .delivery(format(isSvg ?…
-
What is the currency in Cloudinary?
Advanced plan costs $549 - what currency is this using? Thanks
-
Live Training Sessions on Cloudinary's Digital Asset Management Systems in August
Super excited to announce that Cloudinary is running several upcoming Digital Asset Management training classes! If you and your teams want to learn the basics of uploading and managing files in Cloudinary's systems, these virtual live sessions will be perfect. 🌎 Tuesday, August 15th from 9:00 a.m.-11:30 a.m., Pacific time…
-
How to concat videos present in different folders?
Unable to concat videos present in two different folders . Sample URL (not working) :…
-
How to Empty a Folder Using Cloudinary Go SDK?
I encountered an issue when trying to delete a folder, as it showed an error that the folder was not empty. To address this, I found a solution using DeleteAssetsByPrefix method. However, the folder might contain various types of assets such as images, videos, or raw files. To handle this, I attempted to delete each asset…
-
How to generate video thumbnail from specific time index
Hello! I'm trying to generate a video thumbnail jpg from a specific time index as an eager transformation for each video I upload to cloudinary. I searched the docs, but I can't seem to find what I'm looking for. Any help would be much appreciated! Thanks
-
Does the upload widgets "clientAllowedFormats" fire any kind of event when it restricts an upload?
Hello, I have a use-case where I need to dynamically restrict the upload-format of the Upload widget on the client side, depending on the format of another file. I've got that part down, I now need to notify the user of why an upload was restricted at all (i.e. that the two file formats don't match). For that I would first…
-
How to Empty Deleted Assets Folder
Recently I was alerted that I had exceeded my storage quota. I logged into the GUI and used Shift Select to highlight all of my content then selected Delete. I did not perform a Bulk Delete. Days later I found that my storage was still way over capacity. I found the Deleted Assets folder in my media library with a record…
-
Has anyone figured out how to get the cloudinary video player top work nested in a swiper.js slide?
I can code an entire app from scratch and i canot ever get the cloudinary video player to work...lol I just do not understand. I have it working with a regular video here, but i really want to adaptive stream it. https://basement.egresswindows.app/videos/ Please look if you can, I really appreciate you.
-
I can’t upload large images
I am having issues uploading large images to cloudinary, when I upload files less than 500kb everything work fine, but when I try to upload files from 1mb and above it times out and return this error: could not decode base64 please what is wrong or what should I do
-
{ result: 'not found' }
Hey ,I'm always getting this response whenever I send a delete request to my files. this is my function (async function upload() { const result = await cloudinary.uploader.destroy( "http://res.cloudinary.com/dw3oy1kwb/image/upload/v1690553921/avatars/td4uoxclnlmm8xhiutzo.png", { folder: "avatars" } ); console.log(result);…
-
Unknown api key
I have made a social media web app using MERN stack. While using localhost, it works completely fine, but after deploying it to Render, it tells Unknown API key '123456789123456'. But it is the same API key which i'm using on localhost. I'm using environment variables to pass the API key to the configuration file. Not sure…
-
Programmable Media Onboarding FAQ
We've released a new FAQ to help developers who are evaluating or getting started with Cloudinary Programmable Media. https://cloudinary.com/documentation/developer_onboarding_faq
-
Python getting restricted access control assets
Hi all, i'm implementing cloudinary as part of a project for a client, as part of that implementation I need to generate cuts of images on the fly which works fine when the image access control is set to public but as soon as the access control is set to restricted any URL I get from my function either 404's or 500's…
-
Problems when using the Fetch URL
Recently, I have been encountering problems when using the Fetch URL feature. While the following URL works without issue: https://res.cloudinary.com/ashhair/image/fetch/w_700,f_auto,fl_lossy,q_auto,fl_progressive/https://ash-hair.com/shared_img/u/stylist/1458/2022112832400012934.jpeg This URL returns a 400 error:…
-
e_grayscale transformation not working
Lately I've been seeing more and more e_grayscale transformations throwing a 400 error, has anyone come across this issue? For example here's a headshot image of me that cannot be transformed: https://res.cloudinary.com/iadb/image/upload/v1687376032/users/dd7fd5e22e73490482294a8625381d8a_kwn2eu.jpg And here's the…
-
how do I upload a image to cloudinary via Unity c#. 502 Bad Gateway
this is a test upload to get it working. The cloudName ,apikey, apiSecret are fake. Error Code 502 Bad Gateway on calling UploadImage(); using System.Collections; using UnityEngine; using UnityEngine.Networking; public class ImageUploader : MonoBehaviour { public string cloudName = "ddfthjydfn"; // public string apiKey =…
-
Learn How to Build a Publish Extension for Canva and Cloudinary
With Canva being one of the hottest tools for creative and design projects, Cloudinary’s Igor Vorobeychik decided to build out a Canva-Cloudinary connector to help streamline work for those who use both platforms! This allows people to create their design in Canva, then publish it to Cloudinary for delivery onto websites,…
-
Anyone know why the image not rendering in the page?
when i try to add my secure url like that <img src="https://res.cloudinary.com/dqs53yu4o/image/upload/v1689105126/products/lngcsunv5fh3w9z8lhy2.jpg" /> nothing showing in my page but when i open the secure_url in another tab it show me the image.. Please tell me the reason I'm new to cloudinary and thanks for everyone
-
Can we use the assets we have up on Cloudinary that run our website and create an internal gallery?
We want to provide some of the same assets that are up on our website for internal DAM. Our website is driven by cloudinary so a ton of assets are already there and organized, so can we use this to create as a start for our internal DAM? Also, we are going to build an app for our internal team - can the interanl DAM plug…
-
Over 100Gb worth of production critical assets were erased out of nowhere. What can I do?
We did not request these assets to be erased so have no idea why this would have happend. Is there anything we can do to retrieve these files and make sure this never happens again?
-
In Upload Widget, unable for uses to connect to Facebook or Instagram
Hello - I implemented window.cloudinary.createUploadWidget into my app. Sources like Google drive work. But when I try to use Facebook and Instagram I am hit with the following errors: FB Error: IG Error:
-
🦘Cloudinary JumpStart Course for New Developer Users
Hey there! As an active Cloudinary Community member, I wanted you to know about our latest self-paced Academy course - Cloudinary JumpStart for New Developer Users! This Cloudinary Academy primer is for new users of Cloudinary's Programmable Media products and APIs to know the sheer basics of working with us - setting up…
-
Downloading a pdf file
Hi. I'm trying to create a downloadable link from a uploaded pdf file but struggling. If the original url is https://res.cloudinary.com/<db id> /image/upload/v1688608254/<folder name>/example.pdf shouldn't the download link be https://res.cloudinary.com/<db id>/image/upload/fl_attachment/v1688608254/<folder…
-
Can Cloudinary CLI sync create subfolders?
I am testing sync using Cloudinary CLI, but it does not seem to create subfolders from the Cloudinary target. Is there a way to enable this? I am using the command: cld sync -F --pull /localFolder /cloudinaryFolder This command does sync all assets from the target Cloudinary folder to my local folder, but does not create…
-
Nested folders failing to upload in widget
I've set up signed uploads with my upload widget. When I drag a single folder into the uploader, everything works fine. When I drag a nested folder into the uploader, it fails with a lot of 'invalid signature' errors. I swear this was working before, I don't know what changed. I think before (a few days ago?) it was…
-
whenever i try to upload file in cloudinary it does not complete and throw a error
//code require("dotenv").config(); const cloudinary = require("cloudinary").v2; const { CloudinaryStorage } = require("multer-storage-cloudinary"); //configure cloudinary cloudinary.config({ cloud_name: process.env.CLOUDINARY_NAME, api_key: process.env.CLOUDINARY_KEY, api_secret: process.env.CLOUDINARY_SECRET, });…