Re: [google-appengine] Issues with Blobstore API for Google Cloud Storage

2014-05-06 Thread Dany
Hi Tim, I feel more confident with your answer because I came to the exact same design pattern. Thanks for your time Daniel Le lundi 5 mai 2014 20:29:29 UTC+2, Tim Rob a écrit : > > Hi Dany, > > Yes we made some changes to the code. In some cases we now also store the > BlobKey (besides the GCS

Re: [google-appengine] ndb.add_flow_exception has no effect

2014-05-06 Thread Josh Whelchel (Loudr)
It is an ERROR. This has also been answered on Stack: http://www.google.com/url?q=http%3A%2F%2Fstackoverflow.com%2Fquestions%2F23275230%2Freducing-log-clutter-via-ndb-add-flow-exception-with-deferred-tasks&sa=D&sntz=1&usg=AFQjCNElwORRgoFq99y54gCRuWhRIu3apQ On Monday, May 5, 2014 11:10:36 PM UTC-

[google-appengine] Re: Can google app engine support servlet 3.0?

2014-05-06 Thread Gilberto Torrezan Filho
"Until the sun rises in the west and sets in the east. Until the rivers run dry, and the mountains blow in the wind like leaves…" - Daenerys Targaryenabout the Servlet 3.0 support on App Engine. On Sunday, May 4, 2014 11:11:40 AM UTC-3, 이찬형 wrote

[google-appengine] How to store a Friends List with data on each friend ?

2014-05-06 Thread Richard
Hi all, This is more of a design question. At the moment I have a UserAccount Entity, and it has a UserName and FriendsList data members defined as: name = db.StringProperty() friends = db.StringListProperty(indexed=False) There is also some other information associated with each friend, s