[google-appengine] Re: Having issues deploying to app engine after my java 7 to 8 upgrade

2018-09-11 Thread Linus Larsen
Do you have the same version number on the app running as the one you have locally, if so one workaround can be to set another version number on your local app. Run update, then enable the new version in the console UI. However, if everything works ok, remember to delete the instances of the old

[google-appengine] Appengine standard java shutdown callback

2018-09-11 Thread Linus Larsen
I'm using pubsub with batching and I wan't to be able to drain the queue on any pontential messages before the instance shutdown. Piece of cake I thougt, just call shutdown() in LifecycleManager.shutdown(), end of story. However I'm running my instances with autoscaling and there seems to be no

[google-appengine] Re: Second gen GAE Python 3.7 > Cloud SQL - MySQL

2018-09-11 Thread 'Olu' via Google App Engine
There are different ways to connect to the CloudSQL instance depending on the location from where you are connecting. If you are connecting from an App Engine instance which is located in a project which is different from the project which the CloudSQL instance resides, you must use a service

[google-appengine] Re: Every once in a while GAE responds with 502 error

2018-09-11 Thread 'Katayoon (Cloud Platform Support)' via Google App Engine
I should note that we have received some reports from asia-south1 and asia-northeast1 regions as reported via Issue#113859892 which seems to be resolved. However, in your case (Elena’s), it seems that your application ran out of memory

[google-appengine] Re: Hurricane Florence

2018-09-11 Thread 'Olu' via Google App Engine
Applications deployed unto the Google App Engine would not be affected by the Hurricane. When applications are deployed to the Google App Engine, the files and application are stored at remote locations rather than on local hard disks or disk-based storage. Copies of these files are safely

[google-appengine] Re: GAE not working in Web Browser Control of Microsoft Access application

2018-09-11 Thread Daniel Attard
The problem was that the WebBrowser ActiveX Control in Microsoft Access maintains compatibility with older versions by using an ancient IE7 rendering engine. If you have control over the page being displayed in the control, you can force it to use a more current rendering engine. This is the

[google-appengine] Second gen GAE Python 3.7 > Cloud SQL - MySQL

2018-09-11 Thread Frank Heinen
Does someone know how to connect to Cloud SQL - MySQL DB from a new Second generation App Engine with Python 3.7? The documentation of Google seems incomplete here at the moment. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To

[google-appengine] Re: Fuison table Error 400

2018-09-11 Thread 'Katayoon (Cloud Platform Support)' via Google App Engine
You may check Google Cloud Status Dashboard for the status of the services you are using in your project. If the issue still persists, I recommend to create a PRIVATE issue report in the Issue Tracker and

[google-appengine] Re: Golang deployments on App Engine ( Flexi)

2018-09-11 Thread edgaralexander via Google App Engine
1) This might be too vague of a question to answer correctly but if you are looking to migrate from the Standard to Flexible environment, I recommend to review this article regarding the difference between both environment and adjustment to do:

[google-appengine] Re: Cloud IAP with Standard second generation runtimes?

2018-09-11 Thread 'Mike McDonald' via Google App Engine
Parth, Good questions. I've answered them inline below. Thanks, --Mike On Friday, September 7, 2018 at 12:24:10 PM UTC-7, Parth Mishra wrote: > > Follow up: what's the difference between this and say, Cloud Endpoints > authentication via OpenAPI? > Endpoints: - Pros: - Can do

[google-appengine] Re: GAE Search API - Python

2018-09-11 Thread 'Katayoon (Cloud Platform Support)' via Google App Engine
Hi, I should add that here you can find all App Engine Python APIs available for Standard environment (meaning that they are already available on the platform and no need to install them) and here

[google-appengine] Re: Having issues deploying to app engine after my java 7 to 8 upgrade

2018-09-11 Thread 'Katayoon (Cloud Platform Support)' via Google App Engine
I should add that as mentioned in the error message you can see the logs in the “/var/folders” path. Furthermore, you may use “--verbosity” flag set to debug for having more details on the deployment process. If the issue persists, I

[google-appengine] Re: 500 and 502 Erros

2018-09-11 Thread 'Katayoon (Cloud Platform Support)' via Google App Engine
We had some reports from asia-south1 and asia-northeast1 regions as reported via Issue#113859892 which seems to be resolved. If the issue still persists, I recommend to report it via the Issue Tracker