Getting 404 when attempting to POST file to Google Cloud Storage from service account
- by klactose
I'm wondering if anyone can tell me the proper syntax & formatting for a service account to send a POST Object to bucket request? I'm attempting it programmatically using the HttpComponents library. I manage to get a token from my GoogleCredential, but every time I construct the POST request, I get:
HTTP/1.1 403 Forbidden
<?xml…