I’m getting error 503 (Service Not Available) when users upload a file to 
the Google Cloud Storage via the blobstore API.

 

I’m using the Python API:

upload_url = blobstore.create_upload_url('form-handler-url', gs_bucket_name=
'my-bucket')

 
I then use the upload_url as the action (post method), everything by the 
book. My handler isn’t called. I’m getting status 503 from the server, with 
no body in the response. I see nothing in the log. 
 

Few more things I noted in my investigation:

1.       Upload is working on the development server

2.       Upload is working when removing the 'gs_bucket_name' argument 
(i.e. using the blobstore)
3.       I’m able to upload files to the bucket using 'gsutil cp file 
gs://my-bucket'
4.       A nearly identical application (just a different bucket name) is 
working with a different account (My work account doesn’t work, my private 
account does). 

 

This seems (especially due to #4) a configuration/permission issue, but I 
cannot find what it has. Billing is fine, and evidently (from #3) Google 
Cloud Storage is available.

 

Any tip will be appreciated.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to