EricCP

Results 7 comments of EricCP

Hi @coder-candace Could you please let me know what is the target framework set for your library `Function-ZipWhipEngine` (i.e. it should also be .Net Core 3.1)? The error thrown is...

Hi @coder-candace Thanks for the sample code and after verifying the issue, I could see that the `Microsoft.Extensions.Options` is having a conflict with the `Microsoft.Extensions.WebEncoders` on application load. To replicate...

@JT-Bruch The CloudinaryDotNet SDK is compatible with `.Net Core 3.1`, while the error reported above is linked to the other Microsoft packages used in the solution that are not yet...

@northkode As we will need to get additional information from you in order to further investigate this case, may I request to raise a support ticket through https://support.cloudinary.com/hc/en-us/requests/new.

@asynctushar Uploading assets using the Base64 URI is supported, and we have received your query on the issue for your upload implementation (i.e., support ticket 201640). As the detail of...

Hi @ashugthub , The parameter for the `authenticated ` is defined using the `Action` method of the `Url` class (see this [reference](https://github.com/cloudinary/CloudinaryDotNet/blob/461ff8f7bb846f969df0b4d02d4bb36d21ee0d98/CloudinaryDotNet/Url.cs#L1290C8-L1290C8)). For example: ``` string KEY = "00112233FF99"; int...

Hi @Tobjoern , The `js-url-gen` is for applications that would require to have an implementation for a 'client-side delivery URL generation' (i.e., it can be used without providing your account...