-
Will there be a Collections API?
I am using Collections manually and Dynamic collections might also be useful. I would really like to programmatically build many more collections but there is no API. When might this be available? TIA, Mark
-
Is there any way to expire the signature after the media is uploaded ?
I am using cloudinary to store images, videos and GIFs. I am using nodejs to create the signatures. and below given cloudinary version. "cloudinary": "^2.1.0" Here is the code to generate signatures. const timestamp = Math.round(new Date() / 1000); const signatureParams = { public_id, timestamp, }; const signatureResult =…
-
Failed calling 'upload' - error: upload() takes 1 positional argument but 2 were given
Hi - I've been using the command line tool to upload images with bash for a few years, but it's just started erroring and I'm not sure why.. The error is - Failed calling 'upload' - error: upload() takes 1 positional argument but 2 were given The code is cld uploader upload ~[…]/$image public_id="images/" $public_id…
-
How to move one image from one folder to another?
I am trying to move an image from one folder to another with API and .NET here is my code: public string MoveImage(string oldPID, string newPID) { var cloudinary = new Cloudinary(cloudinaryUrl: "cloudinary://334819583972299:?????"); RenameParams renameParams = new RenameParams(oldPID, newPID) { FromPublicId = oldPID,…
-
Font latin extended character
I have a font where the character will not render, even encoded and escaped. in another font it renders fine. %C8%9B I tried inspecting the font in font-drop - but it shows as present. l_text:TiemposText-Regular.ttf_36:Dep%C4%83%C8%99e%C8%99te-%C8%9Bi%20recordurile ….
-
Concatenate and store on cloudinary
I made a transformation url and want to save on Cloudinary. Is there any api where we can directly put newly generated video ?
-
PDF Files Error
I'm using cloudinary as my default file storage for my django project. If I upload images from my application to cloudinary, I can get to view the uploaded image from the particular object's url. However, if I upload pdfs and I try viewing the uploaded pdf from application, I get the error "This page isn’t working If the…
-
Move image from one folder to another
Hi, How to move an image from one folder to another programatically using .net and your API? I found this article but it is not for .net https://support.cloudinary.com/hc/en-us/articles/202521002-How-to-move-an-asset-from-one-folder-to-another
-
How to make linear gradient fade with custom opacity level?
In photoshop, we used to make linear gradient as below. background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.06) 27.84%, rgba(0, 0, 0, 0.13) 53%, rgba(0, 0, 0, 0.34) 100%) I couldn't find any other optioin except 'b_rgb' parameter but I want to make graident opacity. At scroll depth 27.84%, opacity…
-
Problems loading and playing video assets [Next 14, React, TypeScript, Cloudinary-React]
Hi, I am using "@cloudinary/react": "^1.13.0", and "@cloudinary/url-gen": "^1.16.1" in my Next.js app, and have received several reports of videos taking a while to buffer, or never load at all. It seems most commonly users are experiencing this while on Chrome Mobile iOS, but we've seen this issue across all browsers, iOS…
-
There were any update on cloudinary environment V2 to connect with ?
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] (node:dns:71:26) { errno: -3001, code: 'EAI_AGAIN', syscall: 'getaddrinfo', hostname: 'api.cloudinary.com' }
-
when trying to upload image from postman i am getting unexpected end of form error
my index.js part const express = require("express")const app = express()const mongoose = require("mongoose")const cors = require("cors")const route = require("./route")const mult = require('multer')const fileUpload = require("express-fileupload"); app.use( fileUpload({ useTempFiles: true })); my clodinary function file -…
-
SVG transformation (e_colorize,co_rgb)
Hello ✋ I want to colorize the SVG using e_colorize transformation. For example I have SVG icon: https://res.cloudinary.com/lastminute-contenthub/e_colorize,co_rgb:ff00ff/f_png/v1/DAM/SVG/Custom%20Icons/2021%20redesign/HP/shadow_FS Here it works because I added the f_png transform. Without this transformation, an SVG is…
-
Issues with URL-Based Video Editing
Hey everyone, I'm encountering an issue where I'm unable to simultaneously trim and add subtitles to a video using a URL. Here's the URL I'm working with: It seems that when I set a start and end time for trimming, it overrides the subtitles, and vice versa. Any insights on why this might be happening would be greatly…
-
Media won't sync using the wordpress plugin
Media are stuck on uploading to cloudinary status. Using the CLI `wp cloudinary sync` or performing a manual sync using the internal api $sync->managers['push']->process_assets( $asset ); works fine. I can't download the report cause i get an error Fatal error: Uncaught Error: Call to a member function get_public_id() on…