[google-appengine] Re: Help me! Recently I can not upload files with blobstore! 503 Error occurred.

2017-09-04 Thread 'Yannick (Cloud Platform Support)' via Google App Engine
I'm glad to hear you were able to resolve your issue. To answer your question, many service accounts are automatically created for you to perform operations on your project on behalf of your services. The App Engine service account is one such account but it turned out to not be necessary for y

[google-appengine] Re: Help me! Recently I can not upload files with blobstore! 503 Error occurred.

2017-09-01 Thread 中村智
Oh! I solved this issue! I added storage.objects.create to allAuthenticatedUsers, then my service users got to upload files. Thank you very much Yannick. Your hint is very helpful for me. 2017年9月2日土曜日 7時31分12秒 UTC+9 中村智: > > Hello and thank you Yannick. > How can I change ACL and How can I check

[google-appengine] Re: Help me! Recently I can not upload files with blobstore! 503 Error occurred.

2017-09-01 Thread 中村智
Hello and thank you Yannick. How can I change ACL and How can I check default bucket? I use blobstore.create_upload_url('path'). I do not specify bucket_name. Does App Engine's service account mean project owner? Please tell me manage page url and how to add read/write permissions to App Engine'

[google-appengine] Re: Help me! Recently I can not upload files with blobstore! 503 Error occurred.

2017-09-01 Thread 'Yannick (Cloud Platform Support)' via Google App Engine
Hello, a Blobstore 503 error usually means that the App Engine service account does not have access to the Google Cloud Storage bucket in which your blobs are stored. Could there have been any such changes to the bucket ACLs recently? You should make sure that App Engine's service account does