[google-appengine] Re: How to edit and deploy APP Engine source code Using Google Cloud Shell’s new code editor?

2016-11-04 Thread Dhandapani Sattanathan
Thanks Nicholas for immediate reply to my question. Yes,My second question what you understood was correct. Now I can download the existing deployed application.I 'll use GitHub Or Bitbucket to share others. On Friday, November 4, 2016 at 2:41:16 AM UTC+5:30, Nicholas (Google Cloud Support)

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

2016-11-04 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Ted, This may be caused by lacking a default handler in the app.yaml shown. Could you try to add a default handler like the following and see if it stops the issue? - url: /* script: simple.handler In this case you'd need to make a simple.py file which makes a webapp2 app by the name

[google-appengine] Re: Google has fixed 30 of 707 bugs reported in the past 12 months

2016-11-04 Thread supercobra
That's too bad Google is not improving GAE as much anymore. We (company) are now using Spring/Tomcat AWS and Postgres because it's more up to date (Java 8), flexible and AWS has great (paying) support. GAE is a great platform though, beats them all IMO but it needs some improvements like Java

[google-appengine] Re: Backing up AppEngine

2016-11-04 Thread Mark Cummins
We use the old crusty Datastire Admin backup tool. We run it nightly from a cron. We backup most important entity types nightly, and some less important types weekly. We have tested disaster recovery, and it all seems to work fine We do this to defend against programmer error or attack, e.g. If

Re: [google-appengine] Google has fixed 30 of 707 bugs reported in the past 12 months

2016-11-04 Thread Mark Cummins
I also am beginning to fear a "GAE deprecation email". Could anyone at Google give any reassurance on this? Is GAE standard going to be abandoned in favour of managed VMs (which are actually very different)? -- You received this message because you are subscribed to the Google Groups "Google

[google-appengine] Unable to connect to Cloud SQL from app engine (python)

2016-11-04 Thread Mike Lucente
I'm getting the following when trying to connect to Cloud SQL from app engine using python: super(Connection, self).*init*(*args, **kwargs2) OperationalError: (2013, "Lost connection to MySQL server at 'reading initial communication packet', system error: 38") I've posted this on

Re: [google-appengine] Re: What is the state of 3rd party Python libraries in GAE standard environment?

2016-11-04 Thread PK
Correct. I have been successfully using this technique for many many 3rd party libraries for a while now. > On Nov 4, 2016, at 12:13 PM, Evan Jones wrote: > > You may already be aware of this, but the documentation has started > encouraging users to "vendor"

[google-appengine] Re: What is the state of 3rd party Python libraries in GAE standard environment?

2016-11-04 Thread Evan Jones
You may already be aware of this, but the documentation has started encouraging users to "vendor" third-party dependencies by including them directly yourself. This will work for any pure python library. From the list above, the ones where this will NOT work are lxml, numpy, PIL and pycrypto.

[google-appengine] Re: During Contention, Entities are Returned None in NDB Transactions

2016-11-04 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
Hey Kaan, This is interesting indeed. It's not entirely clear from this description if this is expected behavior or an issue with the platform. As it is however, I believe this post would be better suited as a Defect Report on the App Engine public issue tracker

Re: [google-appengine] Re: Channel API alternatives

2016-11-04 Thread 'Jordan (Cloud Platform Support)' via Google App Engine
Hello Alexey, You are correct that Pub/Sub is not a complete replacement to the Channel API, and was recommended as a simple lightweight callback communication alternative. The intended replacement is indeed Firebase. As you mentioned, Pub/Sub is designed for pre-defined Topic/Subscriptions,

[google-appengine] Re: Endpoints v2 InconsistentApiConfigurationException

2016-11-04 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Thomas, Just an update, in the Public Issue Tracker thread , we appear to have found another workaround as well. Cheers, Nick Cloud Platform Community Support On Friday, October 28, 2016 at 10:30:26 AM UTC-4, Nick (Cloud

Re: [google-appengine] Endpoints build issue GAE 1.9.44

2016-11-04 Thread Paul Mazzuca
Thanks Ludo. > On Nov 4, 2016, at 7:13 AM, 'ludovic Champenois' via Google App Engine > wrote: > > 1.9.46 is now out, > > Ludo > >> On 10/19/16 3:00 PM, Paul Mazzuca wrote: >> Anyone else encounter the following issue when updating GAE? >> >> Updated from

Re: [google-appengine] Endpoints build issue GAE 1.9.44

2016-11-04 Thread 'ludovic Champenois' via Google App Engine
1.9.46 is now out, Ludo On 10/19/16 3:00 PM, Paul Mazzuca wrote: Anyone else encounter the following issue when updating GAE? Updated from 1.9.42 -> 1.9.44 today. Did not change anything except the version. I received the following error: [ERROR] Failed to execute goal