-
cloudinary api is not working in development
as i was implementing the cloudinary. follwowing the documentation provided by the cloudinary am getting 500 interanlserver errror?,few minute ago it was perfectly working fine. 2nd Query so cloudinary has a default Home folder. if i create another folder why does it automatically be subfolder of Home? how can i make my…
-
image upload on cloudinary in the development mode its working good but it is failed in Production
Multer code # cloudinar upload function# controller#
-
Returning Unformatted Data (or Label) from Structured Metadata
I am trying to add two custom structured meta data fields – city and country – to photos in my folder. When I fetch that data I get the ID's (e.g. Usa instead of USA, Puerto_montt instead of Puerto Montt). Is there a way to fetch the labels without trying to transform or map these locally?
-
Applying Cloundinary's AI Video Preview to YouTube hosted video
Hi We're looking to redevelop the Attitude website (https://attitudelive.com/) who are the World's largest producers of film content for those affected by disability and chronic health. Videos for the website are currently hosted on Brightcove but will soon be replaced with YouTube embeds. Attitude's main funder has…
-
TypeScript error: Cannot find module 'types/types.js' or its corresponding type declarations
On a fresh install of: @cloudinary/ng @ 2.0.2 @cloudinary/url-gen @ 1.20.0 I get the following error when running my Angular application: Error: node_modules/@cloudinary/transformation-builder-sdk/internal/models/IEffectActionModel.d.ts:4:33 - error TS2307: Cannot find module 'types/types.js' or its corresponding type…
-
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…