[google-appengine] Re: OverQuotaError

2015-05-13 Thread Sam Sumika
I think its the same issue as this: https://groups.google.com/d/topic/google-appengine/w_GG2Y-yHRA/discussion app-id is www-sumikacrafts On Wednesday, May 13, 2015 at 8:55:40 PM UTC-7, Sam Sumika wrote: > > Has anyone seen this type of error occurring recently ? > OverQuotaError: The API call da

[google-appengine] OverQuotaError

2015-05-13 Thread Sam Sumika
Has anyone seen this type of error occurring recently ? OverQuotaError: The API call datastore_v3.RunQuery() required more quota than is available. My appengine python site has just started failing with this OverQuota error, but the quota dashboard says everything is OK, and traffic levels are nor

[google-appengine] Stack Overflow still official support channel?

2015-05-13 Thread Jay Kyburz
I have an important question that has not been answered in over a week. http://stackoverflow.com/questions/30116388/switched-from-federated-login-back-to-google-accounts-api-nothing-but-errors Would be nice to have admin access to my own application again. Jay. -- You received this message be

[google-appengine] Google Cloud Debugger on Google App Engine

2015-05-13 Thread Keith Smith
Google Cloud Debugger (Beta) is now available on GAE for Java based applications. Say goodbye to littering your code with logging statements to locate and diagnose is

[google-appengine] Creating Unique Entities

2015-05-13 Thread Francis Stephens
We have an issue where we want to lazily create an entity if it does not exist. There is some discussion going on about how to do this and I would like to clarify some things around app engine transactions. I will limit my query to single entity group transactions. I am using Go in my examples,