-
api with oracle
Is there a way to consume the api with the oracle database?
-
I'm getting this weird error: Cannot read properties of undefined (reading 'node')
I'm using cloudinary nodejs api in a next.js 14 server actions. It has been working perfectly until recently. When I remove cloudinary from the project, it works perfectly, whenever i add it, i get this error "TypeError: Cannot read properties of undefined (reading 'node')". Please advise
-
Missing API Key
This is my cloudinary config file and when i am trying to upload something i am getting error. Code — import { v2 as cloudinary } from "cloudinary"; import fs from "fs"; cloudinary.config({ cloud_name: process.env.CLOUDINARY_CLOUD_NAME, api_key: process.env.CLOUDINARY_API_KEY, api_secret: process.env.CLOUDINARY_API_SECRET,…
-
Timeout error 499
while uploading audio and image file to cloudinary getting the Error adding song: { message: 'Request"} tried everything increased the timeout, tried different method node.js SDK tried using streams not working
-
concatenate videos in nodejs
hi , i am uploading videos to cloudinary in chunks , i want to cocnatenated videos from cloudinary is it possible, i am storing all data like url, assest_id, publi_id etc
-
Angular app using cloudinary image component not updating alt tags
Hi, I have an angular app using CloudinaryImageComponent <advanced-image> and update the image when a user selects something they want to see. structured like this — cldImage.component — <advanced-image …. [alt]=alt></advanced-image> — customcomponent.component — <cldImage … [alt]=alt></cldImage> I see the alt tag change…
-
Socket Connection Timeout
i'm getting socket timeout every time even when my connection is alright and my cloudinary config is correct, what every type of code i write i get this issue i'm providing my code down here please review this and help me i'm using multer and cloudinary this is my multer code const multer= require('multer'); const storage…
-
Not retreiving metadata for a get request by tags
Hey, I'm not receiving metadata when I try to pull images for a given tag. Any suggestions?
-
allowed domains for client uploads
First, in settings under security, there is a setting Allowed strict referral domains: please what does this mean? Secondly, I am using the client unsigned upload, but is there a way to configure allowed domains for uploads? Or is it the same as Allowed strict referral domains:?
-
How can I check for existence of an uploaded file
Essentially I am using hash based system and before a file is uploaded, I want to check whether it exists based on the hash - which is set as the filename. I am using NodeJS and I have the following options, use_filename: true, unique_filename: false, filename_override: hashed_name. Basically, I want to check for the…
-
Socket Connection Timeout
i have written various code to upload image through cloudinary but in all code i'm getting socket connection timeout. i'm using multer where i'm using memoryStorage can anyone provide me a correct way of code or tell me the reason for socket timeout even when most thing are correct in the code like my network and…
-
Cannot view pdf URL even after tick the Allow delivery of PDF and ZIP files
i have allowed the delivery pdf and zip option in security and i have cleared the browser cache . still the problem is arising. https://res.cloudinary.com/dnvrun5iv/image/upload/v1724269213/m3fzrtogiltbx5urxklo.pdf
-
Angular app using cloudinary image component not updating alt tags
Hi, I have an angular app using CloudinaryImageComponent <advanced-image> and update the image when a user selects something they want to see. structured like this — cldImage.component — <advanced-image …. [alt]=alt></advanced-image> — customcomponent.component — <cldImage … [alt]=alt></cldImage> I see the alt tag change…
-
Avoid overlay on thumbnails in image carrousel
Hello, We are using API to buil the image carrousel in our site. We want to add an image as an overlay, but this overlay should be visible in the big image, and not in the thumbnails. How can we accomplish that? Thank you.
-
Admin API get metadata of images for a particular folder
Hi, New to Cloudariny and I have a GET request that retrieves images in a folder. I'm not able to get my image meta data with this request. I try with context set to true to retrieve meta data but that is not working. Any help would be appreciated!