cloudinary_java icon indicating copy to clipboard operation
cloudinary_java copied to clipboard

Cloudinary Java Client Library

Results 34 cloudinary_java issues
Sort by recently updated
recently updated
newest added

This issue affects all current http artifacts: https://github.com/cloudinary/cloudinary_java/blob/090788607f1b92f895b7b79c67e1e628719666c6/cloudinary-http42/src/main/java/com/cloudinary/http42/UploaderStrategy.java#L45-L49 Compared to the implementation on cloudinary-android: ~~~java if (requiresSigning(action, options)) { String apiKey = ObjectUtils.asString(options.get("api_key"), this.cloudinary().config.apiKey); if (apiKey == null) throw new...

enhancement

## Feature request for Cloudinary Java SDK I think it's safe to say that most Java users today use >= JDK 8. I would be great to have a Cloudinary...

Currently, Transformation class is replacing all spaces on parameters to underscore in this line: https://github.com/cloudinary/cloudinary_java/blob/738b328a9057084097b7e381bf8a6e989cf69b43/cloudinary-core/src/main/java/com/cloudinary/Transformation.java#L723 This is causing some issues, like when I try to use some font name that...

question

I am currently testing your service and evaluating to be your customer. But i am dissapointedd from the _Java integration_ you provide. Everywhere you pass generic `Map` instances holding `String`...

enhancement

Hi Cloudinary Team, I am evaluating Cloudinary to replace S7, while doing initial hands-on, encountered maven dependency resolution issue. I am at trying to use cloudinary java with AEM6.3 version....

Getting could not decode base64 while uploading image to cloudinary using base64 DATA URI.

question

I have following Maven dependency in my Java Spring Boot project: ``` com.cloudinary cloudinary-http44 1.17.0 ``` The following issue happens even if I switch to `1.18.0` or `1.19.0` for cloudinary....

question

While using the JavaSdk (Kotlin in Spring context), I'll get this error. A couple of days ago everything has been working... no code change throughout this time period. build.gradle: compile('com.cloudinary:cloudinary-http44:1.18.0')...

question