Ashutosh
Ashutosh
the following code is not working in cloudinary nuget package version -- 1.21.0. I am using .net core AuthToken t = new AuthToken("MyKey").Expiration(1514764800); string url = cloudinary.Api.Url .AuthToken(t) .Signed(true) .Type("authenticated")...
## Bug report for Cloudinary .NET SDK Before proceeding, please update to latest version and test if the issue persists ## Describe the bug in a sentence or two. …...
I am importing import { audio } from "@cloudinary/url-gen/qualifiers/source"; in react but it's not found although importing text , image and video works for me like below import { text,...