Re: [google-appengine] Re: My app verification is still pending

2020-10-01 Thread Eddie Davis
Does anyone know how to connect with support for the People API team? Much appreciated. On Wed, Sep 23, 2020, 9:20 AM 'artemisg' via Google App Engine < google-appengine@googlegroups.com> wrote: > Hello, > > You may contact Google Cloud Platform Support from the Support Hub > here [1], select th

[google-appengine] Re: recover nodejs code from standard environment

2020-10-01 Thread 'Olu' via Google App Engine
Hello, Madhav Can you please clarify what you mean by "recovering your code from App Engine Instances"? It is a little unclear what you are attempting to do. With more information, it would be helpful so we do not mislead you. If you mean that you would like to be able to download your Source

[google-appengine] Re: Deploying Simple Angular App on App Engine

2020-10-01 Thread suhail shakya
As a general discussion: since Angular is a JS framework; is it possible to deploy an Angular project via App Engine Standard Environment? On Friday, 25 September 2020 at 19:51:26 UTC-4 Elliott (Cloud Platform Support) wrote: > Hello Suhail, > > I cannot positively identify the cause with the s

[google-appengine] Re: Basic-scaling random port number in local devserver

2020-10-01 Thread Jagath Weerasinghe
Hi Katayoon, We are running appengine standard environment on Java 8 run time. I think what you mentioned is available only for Java 11. The following is the maven pom.xml config that works for us when we use automatic-scaling: com.google.cloud.tools appengine-maven-plugin 2.2.0

[google-appengine] Re: Basic-scaling random port number in local devserver

2020-10-01 Thread 'Katayoon (Cloud Platform Support)' via Google App Engine
Hi Jagath, My assumption is that you are using App Engine Standard environment with Java. Please correct me if I am wrong? Could you clarify if you have set the PORT environment variable

[google-appengine] recover nodejs code from standard environment

2020-10-01 Thread Madhav Krishna Thatavarthi
Hi, We are deploying our nodejs code in GCP app engine. We are unable to recover code from app engine instances. Can you please provide us a document or steps to download node js code from App engine ASAP. Thanks & Regards, Madhav Krishna -- You received this message because you are subscribe

[google-appengine] Basic-scaling random port number in local devserver

2020-10-01 Thread Jagath Weerasinghe
Hello, When I switched from automatic-scaling to basic-scaling in the development environment, I noticed the port numbers assigned are random and do not follow the specified port number in maven configuration. I found a similar question https://github.com/GoogleCloudPlatform/app-gradle-plugi