Amirul Zin
Results
1
issues of
Amirul Zin
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