[google-appengine] Unable to remove credit card from billing due to subscription is there

2018-06-22 Thread sauraahu
I am new to app-engine and i added default app. I disabled it so tht i can add new credit card and remove old one. But i get attached error. Does anyone know if this is related to default app in app-engine which i already disabled or something else? How to resolve it and remove old credit card ?

Re: [google-appengine] Re: Node.js GAE Standard - 11-40 second latencies for screenshot demo

2018-06-22 Thread 'Steren Giannini' via Google App Engine
Hi, Thanks for the feedback. We are aware of latency issues with Headless Chrome on App Engine standard. We are looking for solutions internally. Steren Product Manager On Friday, June 22, 2018 at 7:51:29 AM UTC-7, Katayoon (Cloud Platform Support) wrote: > > It is also worthwhile to report thi

[google-appengine] Re: Webstorm debug App Engine Flexible NodeJs app.

2018-06-22 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
The tutorials you pointed out are for IntelliJ IDEA not for WebStorm. Here is the thread showing the supported IDE's and features available: https://cloud.google.com/tools/intellij/docs/ides As an alternative (and recommended) way of deploying your App Engine application is by using Maven. For

[google-appengine] Stackdriver Structured Logging from App Engine Flex

2018-06-22 Thread Jay
Google App Engine flexible environment automatically pipes stdout and stderr to Stackdriver (Google Cloud Logging). But this only supports plain text log message without any metadata (not even logging levels). in this document, it says app logs can be text or structured, But I couldn't find a w

[google-appengine] Connecting Cloud SQL from App Engine with TCP.

2018-06-22 Thread Jay
I'm trying to use Cloud SQL from the Scala application running in App Engine. I used to use app.yaml configuration beta_settings: cloud_sql_instances: I think this option doesn't seem to support TCP proxy (which is supported by the cloud_sql_proxy utility google provides). However, my databa

[google-appengine] Re: Deployment suddenly failed today

2018-06-22 Thread An Yang
Dear list, I am having the same problem with my python project for goagent: Error 404: --- begin server output --- https://developers.google.com/accounts/docs/AuthForInstalledApps --- end server output --- I saw people online discussing this issue with varying solutions. However, as the startin

[google-appengine] Re: Does PyODBC work with GAE Flexible Enviroment? Alternative?

2018-06-22 Thread 'Katayoon (Cloud Platform Support)' via Google App Engine
Building a Custom Runtime , you need to configures the runtime environment via a Dockerfile and put your executive commands there

[google-appengine] Re: How to install SOAP Library for Google Cloud instanse APP

2018-06-22 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
I found this topic on StackOverflow where adding the following on a php.ini file solved the above issue: ; Enable the Soap extension extension=soap.so For further technical assistance, I recomm

Re: [google-appengine] Re: Node.js GAE Standard - 11-40 second latencies for screenshot demo

2018-06-22 Thread 'Katayoon (Cloud Platform Support)' via Google App Engine
It is also worthwhile to report this issue to the Issue Tracker . -- 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

[google-appengine] Re: App Engine Standard: "heroku run" equivalent

2018-06-22 Thread Ani Hatzis
In context of running the migration from your local machine, do you also make use of App Engine's versioning system? See this Stackoverflow answer . On Thursday, June 21, 2018 at 12:37:35 AM UTC+2, rgmenon wrote: > > I have a Django application runni

[google-appengine] Re: Cloud endpoints are running slow in App Engine Standard Environment

2018-06-22 Thread Azeem Haider
I'm just using all basic library that is required for cloud endpoints. Is there any solution how can I reduce latency time in my case ? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emai