I'm using the API Connector to use the Cloud Storage API, to store my data, but i'm having a hard time trying to upload images.
In the example bellow i'm trying to upload a png image:
This is how my API call is set-up
I can sucessfully create the object, but the contentType is always created like this
Even if i go to Google Cloud Console and change the type of the object to image/png, the image doesn't open. I think i'm passing the data-binary param in a wrong way, but i don't know how i should pass it.
Here's the documentation that i'm following: https://cloud.google.com/storage/docs/uploading-objects#rest-upload-objects
Thanks :)