Hello everybody!
I’m trying to connect to Gogle Drive’s API and their upload api needs to be configured as Content-Type: multipart/form data , with a boundary referencing the body.
Is there any way to set a boundary or to set it to “auto”?
In other words, is it possible to add boundaries into the body of the request?
Thank you in advance!