[google-appengine] Error creating Cloud Storage default bucket for AppEngine app

2015-07-22 Thread Nicolo' Canali De Rossi
Hello I was trying to set up a default bucket for Cloud Storage as described here https://cloud.google.com/appengine/docs/python/googlecloudstorageclient/activate Unfortunately, after pressing the Create button in the Cloud Integration section in the AppEngine console, an error is returned:

[google-appengine] Re: Will AppEngine autoscale if current instance(s) don't have enough memory?

2015-07-22 Thread Tapir
I have a Java GAE project on F1 instances. Its instances use more than 200M memory at most time. Google never close these instances. :) BTW, the memory consumption will be much smaller by using Golang. I'm porting this Java project to Golang now. On Tuesday, July 21, 2015 at 4:07:05 AM UTC+8, A

[google-appengine] Re: Will AppEngine autoscale if current instance(s) don't have enough memory?

2015-07-22 Thread Alex Kerr
Thanks Stuart. That sounds good and I was starting to think along those sorts of lines. But how would I assess how much memory a user request uses? Are there particular PHP commands or AppEngine or Cloud Console features I could use to determine this? And secondly, how do I assess how close to

[google-appengine] Re: Error creating Cloud Storage default bucket for AppEngine app

2015-07-22 Thread Patrice (Cloud Platform Support)
Hi Nicolo, We've had a report about this a week ago actually. Is it possible the steps highlighted here help you out? Let me know if they don't so we can look at other options. Cheers! On Wednesday, July 22, 2015 at 4:06:23 A

[google-appengine] Re: Google IDs produced by the Users service seem to differ from those produced by OAuth2

2015-07-22 Thread tempy
Hi Nick, Thanks for the reply. I guess then my question is if there is any way to map the general Google account ID to the corresponding App Engine one. I'm definitely willing to run a conversion API from inside the GAE sandbox for this purpose, but I have no idea how to do the mapping even wit

[google-appengine] Re: Cron - targeting a particular version of a particular module

2015-07-22 Thread Paul Canning
I am facing a similar issue. Firstly, how do you target a specific version of a module in the dispatch.yaml? The docs only talk about modules. Secondly, is there anyway to use more then 10 dispatch rules? I have already had to use 5 for routing subdomains (unless there is another way to achiev

[google-appengine] Re: Cron - targeting a particular version of a particular module

2015-07-22 Thread Paul Canning
Wait, I got it. You can target the versions using the format: version-dot-module e.g. 1-5-dot-main-module On Wednesday, July 22, 2015 at 3:53:36 PM UTC+1, Paul Canning wrote: > > I am facing a similar issue. > > Firstly, how do you target a specific version of a module in the > dispatch.yaml? T

[google-appengine] Re: Can not get authenticated By Directory API

2015-07-22 Thread Patrice (Cloud Platform Support)
Hmm, without knowing the domain or scope or seeing your authenticating code, this is not super easy to help you with this. I'd suggest trying to figure out what is different for this user's domain and changing that so it matches all your other customers. Another solution would be to try and pos

[google-appengine] Re: Rate Limit Exceeded when creating new project through devloper's console

2015-07-22 Thread Allen Polak
FYI, not sure if this is the same issue or not, but it seems related: https://code.google.com/p/googleappengine/issues/detail?id=12167 I'll try again in a few hours to see if I experience the same fix as well. On Thursday, July 9, 2015 at 7:58:20 PM UTC-4, Nick (Cloud Platform Support) wrote: >

[google-appengine] Re: Will AppEngine autoscale if current instance(s) don't have enough memory?

2015-07-22 Thread Stuart Langley
That why I said "If you know deterministically" ;) At a guess I would think most image manipulation operations would use a predicable amount of memory for a given image size/type. However, I would suggest unless you're manipulating high quality images (e.g. > 25MB in size each) you should not b

[google-appengine] Re: gms.StatusHelper Status from wire: INVALID_KEY status: null

2015-07-22 Thread Nick (Cloud Platform Support)
Hi 水晶 , Google Groups isn't the place to post specific technical issues, as this forum is meant more for general discussion of the platform and services. If you would like help with a technical issue, you should post to stackoverflow [1] or serverfault [2]. If you believe you've identified a

[google-appengine] Re: Will AppEngine autoscale if current instance(s) don't have enough memory?

2015-07-22 Thread Alex Kerr
Thanks. How can we find the correct figure for memory usage and availability from PHP, within the App Engine environment? For mem usage seems I can use memory_get_usage() and/or memory_get_peak_usage() and either with or without (true) to (from PHP docs) "give the real size of memory allocated

Re: [google-appengine] Re: Application stuck in traffic migration

2015-07-22 Thread Patrice (Cloud Platform Support)
Hi Nick, Sorry for the lack of reply or updates. This is just to let you know you are not forgotten and we've tried to figure out what was happening. We now have a better understanding of what caused your traffic migration to stop and it should be fixed relatively shortly. I'll let you know wh

[google-appengine] cannot delete application

2015-07-22 Thread JH
I am having problems deleting one of my applications. I get errors every time I disable or delete. It says it's scheduled for deletion but never deletes. I've tried many times. If I goto the new google developer dashboard I get "the project you requested is unavailable". Can someone from G

[google-appengine] Re: Can not get authenticated By Directory API

2015-07-22 Thread 東久世高義
Thanks for the advice. at first,we found that user cannot get administrator authenticated thorw the code below, which other companies will get throw successfully. * String sessionedDomain = loginPso.getDomain(); LOG