kraken-io / kraken-java

Official Kraken.io library for Java
https://kraken.io/
Apache License 2.0
9 stars 13 forks source link

Can't upload SVG #8

Closed andrexus closed 6 years ago

andrexus commented 7 years ago

While uploading an SVG image I'm getting an Unsupported Media Type exception

DirectUploadRequest directUploadRequest = DirectUploadRequest.builder(new ByteArrayInputStream(input)).build();
rsaladocid commented 5 years ago

I have the same problem. While uploading any SVG image from an InputStream (not from a File) I'm getting an io.kraken.client.exception.KrakenIoRequestException exception

AbstractUploadResponse:{"success":false,"message":"This file type is not supported or file is corrupted."}