[google-appengine] Re: Unable to delete a key from memcache - App engine shows 'Deleting' for a very time

2016-10-30 Thread A. Kong
Forgot to include the url in my last post https://console.cloud.google.com/m/gae/memcache/entry?namespace&key=&pid= Failed to load resource: the server responded with a status of 405 () On Monday, 31 October 2016 15:11:47 UTC+11, A. Kong wrote: > > I found that there is an error in chrome dev

[google-appengine] Re: Unable to delete a key from memcache - App engine shows 'Deleting' for a very time

2016-10-30 Thread A. Kong
I found that there is an error in chrome dev console when I attempt to drop a key Failed to load resource: the server responded with a status of 405 () I checked the billing and there is no problem. It seems like I can flush the cache. On Monday, 31 October 2016 10:35:49 UTC+11, A. Ko

[google-appengine] Unable to delete a key from memcache - App engine shows 'Deleting' for a very time

2016-10-30 Thread A. Kong
Hi all, Normally it is very easy to delete a key in memcache via console.cloud. It is usually just a matter of locating memcache result by a key, then select and delete the item. However today (31 Oct, 10am Sydney, Australia time) I am unable to carry out this operation. I have tried a couple

[google-appengine] Re: java.lang.IllegalArgumentException: operating on too many entity groups in a single transaction.

2016-10-30 Thread V.B.
Hi Nick, Is that value (the 25 limit) available as an environment variable, i.e. to avoid hard coding it in the rare instance when the value is needed? On Monday, February 15, 2016 at 2:47:41 PM UTC-5, Nick (Cloud Platform Support) wrote: > > According to the documentation on XG-Transactions

[google-appengine] Re: Backing up AppEngine

2016-10-30 Thread Evan Jones
On Sun, Oct 30, 2016 at 9:04 AM, Joshua Fox יהושע פוקס wrote: > > Worst case: We've discussed writing something ourselves multiple times, >> that would scan our Datastore and writes entities out in a more useful way, >> but we haven't prioritized it. >> > > Evan, can you explain why this is not a

[google-appengine] File referenced by handler not found: $PYTHON_LIB/default_start_handler.py

2016-10-30 Thread Ted Henderson
Hello! I found this warning level log firing every few minutes on /_ah/start This request caused a new process to be started for your application, and thus caused your application code to be loaded for the first time. This request may thus take longer and use more CPU than a typical request for

[google-appengine] Google Drive API - Get the id of a file when Insert - Python

2016-10-30 Thread Rameez Raja
I wrote a piece of code in python to upload a file to google drive, which was successful. But I cant able to fetch the file id after the upload. Could you guys please help me to get that. . . . DRIVE = build('drive', 'v2', http=http) FILES = ( ('sample.csv', True), ) for filename,convert

[google-appengine] Re: AppEngine (AppInventor TinyWebDb application) access from a python local application

2016-10-30 Thread Christian Feniou
Hello Anastasios, I thank you very much for this detailed answer. I think the N° 1 solution is the one I will use. I do not want any database or service modification it's why I'd like build a local Python App taking exactly the same mechanism than the Androïd app to access the datas... Thank

[google-appengine] Re: Backing up AppEngine

2016-10-30 Thread Joshua Fox יהושע פוקס
George, thank you for that reply. I don't want to clutter the list, so feel free to not respond, but there seems to be a real difference of approaches here. I now understand your approach better, based on responses from you and other Googlers, but to me it is so counter-intuitive that I want to un

Re: [google-appengine] Re: Is there something like a "back_off" for ndb.transaction's?

2016-10-30 Thread timh
Consider using a roll forward model with tasks ensuring the transactions complete. There is an old article by Nick Johnson covering the approach and I have used it to ensure reliable completion of a set of transactions (and that was in the day of 1min task deadline) http://blog.notdot.net/2009