-
cloudinary images on localhost
I am building a site on Pantheon. Using Lando for local dev. I added images on local. Cloudinary is not syncing on localhost. On the dev instance of Pantheon it doesn't sync either because it says the images are External Images. When I run a systems report and try to download the site crashes with this error: Fatal error:…
-
Transformation
Hi All! I Ran this command Transformation all my images, it's says all done but i dont see the changes, and the updated image return with the original info. what's wrong? const result = await cloudinary.api.resources({ type: 'upload', max_results: 500 }); for (const image of result.resources) { const { public_id, format }…
-
NPM Version of Upload widget
Hi is there a version of the Upload Widget that can be downloaded as a node module (opposed to using the CDN) In our use case, we are building an angular application that gets embedded in another application and does not have access to the index.html (because of the build process) Thanks!
-
I just need to use auto captioning in cloudinary AI content analysis but no caption is added plz hel
var cloudinary = require('cloudinary').v2; cloudinary.config({ cloud_name: 'dlfaxu97v', api_key: '444767835834191', api_secret: 'DpC-5IFjR870n8PybNVv5q78fCw' }); const uploadImage = async (imagePath) => { // Use the uploaded file's name as the asset's public ID and // allow overwriting the asset with new versions const…
-
export 'audio' (imported as 'audio') was not found in '@cloudinary/url-gen/qualifiers/source'
Hello, I want to remove the existing audio from video and want to add an overlay of audio. I'm using it in react sdk and refered using this https://cloudinary.com/documentation/video_layers#audio_overlays there i can see import { source } from "@cloudinary/url-gen/actions/overlay"; import { audio } from…
-
Autocrop with AI
Dear Community, I wanted to ask if it is possible to autocrop images? Upload aprox. 100-200 images and autocrop them in 2 Formats. The AI should recognice where to cut the foto. See example attached. Thank you!
-
NEXT_PUBLIC_CLOUDINARY_CLOUD_NAME not recognized
made my .env.local with: NEXT_PUBLIC_CLOUDINARY_CLOUD_NAME="fdfsdfsdf" NEXT_PUBLIC_CLOUDINARY_CLOUD_PRESET="sdfnbyy" run with npm run dev on localhost ▲ Next.js 14.1.0 - Local: http://localhost:3000 - Environments: .env.local ✓ Ready in 1851ms but when i try to run widget i got this error: Uncaught Error: A Cloudinary…
-
Uploading issue
In media explorer I can upload image directly after clicking on upload button. But when I'm uploading image from my node js backend code its showing error. I've check cloudinary API key, API secret, and cloud name. Are there any configuration need to be set?
-
Scrolling is block after uploading image
Hi, After uploading image, scrolling is totally block, cant navigate to the bottom to top or top to bottom on the page for the other field on the form to edit something. There is a scroll bar before uploading image: https://prnt.sc/-wXT5W7V09FW There is no scroll bar after uploading image: https://prnt.sc/b50g-snUlJuF How…
-
Handle onUpload on CldUploadButton in Nuxt3
Hi, i just create project using Nuxt 3, and use this library @nuxtjs/cloudinary, here is my simple code, i try all trigger callback : <CldUploadButton v-if="props.withImageUpload" :options="{ maxFiles: 1 }" :on-success="(result: CloudinaryUploadResponse, widget: any) => { console.log('Callback triggered');…
-
Product gallery widget not recognising Tags
I'm trying to work with the product gallery widget. I want to display all images with the tag "move" but this is not working. If I use the publicID of an individual image, it works, so I know it's connecting. Can anyone help shed some light on this?
-
I tried to upload PDF on Cloudinary using the API, the API returns a path, but when I tried to open
but pdf is uploaded a PDF to my media, but when I try to access it through the URL returned by Cloudinary, it shows this error.
-
unable to use cloudinary in production enve
i am developing via django framework, i am able to setup cloudinary to host images and static files however in all production environments i am not able to serve these files. when i use django-whitenoise it cancels the cloudinary configuration and so i end up using whitenoise to serve my files however this is not what i…
-
Concatenating Audio Results in One Channel Audio
Hello, we have been using the API successfully to concatenate audio files. It's a great feature. However, we are experiencing an issue with some audio files we upload to our software that is used to send to your API. The problem is this: When mixing some of the audio files (these are MP3 files created by ElevenLabs…
-
What is the use of this call Cloudinary\Sync→init_background_upload
hi, The following call Cloudinary\Sync→init_background_upload took almost 30% of the time of any transaction on WordPress api call. can you please help me to understand what is the use and why it calling every time when we called our api endpoint on WordPress. can it be avoided or make it fast so our user experience will…