Georgios Savvidis
11/22/2019, 2:12 PMContent-Type
header? I’m trying to upload a file to Google Cloud Platform and adding the header causes a checksum error. If I set it to null like the sample below, then it still includes `Content-Type: null`:
client.put<String> {
url(urlString)
body = ByteArrayContent(fileByteArray, contentType = null)
}