[google-appengine] Application is down for several hours / days

2013-11-26 Thread Daniel Florey
Since a few days I am getting this error for almost every request. I reverted back to an old version that has been running fine for the last year, but this is what I get. Many users are asking for a refund, so please have a look at floreysoftucm Thanks 1. /_ah/channel/disconnected/ 500

[google-appengine] insert large content record in NDB at runtime ?

2013-11-26 Thread Vijay Kumbhani
hello, i am used large content file ( File Size : 4 kb) i store file data in NDB Datastore *code :* *kindOfEntity = tableName* *class DynamicEntity(ndb.Expando):* *@classmethod* *def _get_kind(cls):* *return kindOfEntity* *dbObjects =

[google-appengine] Cloud endpoints token error

2013-11-26 Thread Koji Matsui
I'm using cloud endpoints with authentication on python environment. And I have two registered apps, one is native, other is web, on Cloud Console. In native app, I can use my apis after authentication. But in web app, below error is happened. Oauth framework user didn't match oauth token

[google-appengine] Application is down for several hours / days

2013-11-26 Thread Nico Verwer
At the moment my app is having the same problem. Does anyone from Google care to respond? -- 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

[google-appengine] Re: insert large content record in NDB at runtime ?

2013-11-26 Thread timh
You can't do *dbObjData[key] = ndb.TextProperty(data[key])* It doesn't work that way. You can only assign values to instance of properties, not at instantiation. You should probably explain what you are trying to do. I can probably guess, but won't bother. However I think there are other ways

[google-appengine] Have problem updating in HRD some elements

2013-11-26 Thread Alex Dvoretsky
I have 10 elements in HRD that my app update every minutes for more than 2 years. 15 hours ago I app started to get only Timeouts on put(). Constantly. appId - okcloud -- You received this message because you are subscribed to the Google Groups Google App Engine group. To unsubscribe from

Re: [google-appengine] Cloud endpoints token error

2013-11-26 Thread Vinny P
On Tue, Nov 26, 2013 at 10:35 AM, Koji Matsui papti...@gmail.com wrote: I don't have any idea how to investigate about this error with this short log message. Is there any check points, suggestions? Can you retrieve a more detailed error message, including a trace of how the error