Hi Jeff,

Does your app-id have permission to write to the bucket? I ran into this 
issue just a few days ago and I needed to explicitly give my app write 
access to the api by adding the app's service account 
([email protected]) in the Permissions tab. That did 
the trick, no more 503 errors.

Hope this helps.

Joe

On Wednesday, July 8, 2015 at 7:05:36 PM UTC-5, Jeff Schnitzer wrote:
>
> Billing is enabled with a valid card. There's also plenty of the startup 
> credit. With a little hunting I found the Daily Budget setting which was 0, 
> I upped that. Still getting 503 - should it recognize the change 
> immediately?
>
> This budget setting has not been necessary in the other two test 
> environments that I have deployed this code to, which are still working 
> fine. What changed?
>
> Thanks,
> Jeff
>
> On Wed, Jul 8, 2015 at 1:41 PM, Patrice (Cloud Platform Support) <
> [email protected] <javascript:>> wrote:
>
>> Hi Jeff,
>>
>> Just doing the normal checks : Is billing enabled on the project? GCS 
>> needs billing, so it's possible you get 503 if it isn't (or if your daily 
>> budget is still at 0, the default value).
>>
>> Cheers
>>
>>
>> On Wednesday, July 8, 2015 at 4:09:09 PM UTC-4, Jeff Schnitzer wrote:
>>>
>>> I'm setting up a demo environment on a new appid and running into some 
>>> problems with GCS. Unless otherwise mentioned, all of this is using the new 
>>> console.
>>>
>>> The first strange thing is that a default bucket was not created. When 
>>> making appids before, the default bucket was created automatically. With a 
>>> little digging I found a button in the old console App Settings that added 
>>> a default GCS bucket, and that seemed to work. I have a default bucket 
>>> named gearlaunch-hub-demo.appspot.com.
>>>
>>> Now when I try to upload (using the same code that works on other 
>>> appids), I get a 503 error on the client. There's nothing in the logs about 
>>> this error.
>>>
>>> Any idea what's up, or how I can get uploads working?
>>>
>>> My appid is gearlaunch-hub-demo. The options passed 
>>> to createUploadUrl are:
>>>
>>>
>>> UploadOptions.Builder.withGoogleStorageBucketName(AppIdentityServiceFactory.getAppIdentityService().getDefaultGcsBucketName())
>>>
>>> Thanks,
>>> Jeff
>>>
>>
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/bca62856-0b94-488b-8d67-fcce92d64c84%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to