
Node
Node
Discussion List
- ** 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 = r…
- I am facing error: { message: 'Request Timeout', http_code: 499, name: 'TimeoutError' } meanwhile my internet connection is stable and file size is 55kb. I have tried with other file size still gives …
- 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 th…
- Hey devs, I'm trying to build an application and I'm using cloudinary to upload the pdf file and generate a pdf link, however when i open the link, it says error: failed to open the pdf. I searched on…
- I am using Cloudinary with Node 20 and Remix.run, invoking Cloudinary via the NodeJS API. With the latest version of Remix, it uses Vite as the build/bundler tool instead of Webpack. With only this co…
- 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
- I am working on a React Project and using cloudinary to store images on the cloud, but when i open the network tab in dev tools I sees hundreds of similar requests made by cloudinary.
- console.log("Esto es el cloud_name de cloudinary", process.env.cloud_name); console.log("Esto es el api_key de cloudinary", process.env.api_key); console.log("Esto es el api_secret de cloudinary", pro…
- http://res.cloudinary.com/ddyewklhk/video/upload/c_fill,du_12,h_1080,so_938.8,w_1920/fl_splice,l_video:ballerappCloudinary:66445980-D9CC-49D8-8D2A-FA656BF907EB-NL-merged.mp4:1713421058876/c_fill,du_12…
- We generated this reel . We are getting 494 error. Please provide support this is a production critical issue.
- Hi , good day, I am having problem to upload files images from my VPS from hostinger, This error appears: Error: getaddrinfo EAI_AGAIN api.cloudinary.com at GetAddrInfoReqWrap.onlookup [as oncomplete]…
- Hi, I'm trying to use a transformation preset while I upload pictures in node.js, this preset contains a gen_remove and it crashes with an error 500 "[unhandled] [500] gen_remove is not supported as a…
- Using Node.js/Next.js. My API grabs some data, generates an excel file and then uploads the file to Cloudinary. When the user clicks a button I need the excel file to be available to them for download…
- 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 con…
- I'm trying to delete an image using the Nodejs SDK. const result = await cloudinary.uploader.destroy(profile.id); But it returns a result of 'not_found' even though I'm specifying the correct public i…
- I'm using nodejs sdk, and I have this simple config in my project: cloudinary.config ({ cloud_name: "testname", api_key: "11223344556677", api_secret: "h64hsh6wh7whs", secure: true, analytics: false, …
- Hi! I am new to Cloudinary so bear with me... Right now the following code grabs all of my Cloudinary media, but I just need assets from a folder/subfolder. How can I specifically grab assets within a…
- I am trying to upload a png image with transparent background to cloudinary using nodejs application The image is in png format i.e. logo.png. I am using multer to get the image convert into buffer be…
- Hello Everyone, I've been using Cloudinary for some times now, and up until yesterday everything was perfectly smooth and running. However this morning i tried to upload an image ( working on loading …
- at the beginning everything worked very well and then I found this error although I didn't change anything in the code : Success:{statusCode: 400, message: "Cannot read properties of undefined (readin…
- { url: undefined, asset_id: undefined, public_id: undefined } this is what i get
- I have tried a bunch of different ways to upload images, successfully using the upload widget using signed and unsigned versions. I'm also able to upload an image not using the upload widget using a g…
- I'm implementing Cloudinary in my React app, and I'm following the node quick start (https://cloudinary.com/documentation/node_quickstart). I've pasted the code directly from the quick start, and I ha…
- Hey! I'm trying to retrieve the dimensions of a few videos I uploaded to my account through this function: const checkImageDimensions = async (imageUrl: string) => { try { await cloudinary.uploader.ex…
- I want to use Node SDK and add through the API new value to the structured metadata select single list. I figured out that I must get the whole datasource, add a new item, and write a new data source.…
- Example:…
- 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…
- 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
- 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: { c…
- Unable to concat videos present in two different folders . Sample URL (not working) :…
- 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.cloudin…
- 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 bo…