[google-appengine] Re: Error python app startup

2020-06-08 Thread ankush kapoor
Please use grpcio==1.29.0 to fix this error -- 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 an email to google-appengine+unsubscr...@googlegroups.com. To view this disc

Re: [google-appengine] Unable to create GAE in asia-south1 location

2020-06-08 Thread ARJUN A
Did you check the IAM rules, if you're using it under the organisation? Best, Arjun On Mon, 8 Jun 2020, 1:08 am Ayansh TechnoSoft, wrote: > Hi, > I am unable to create GAE instance in asia-south1 (Mumbai) region. > I get the following error : > > > Create App Engine App xxx in asia-south1

[google-appengine] Re: Unable to create GAE in asia-south1 location

2020-06-08 Thread ankush kapoor
As per the documentation : https://cloud.google.com/appengine/docs/locations ?Mumbai is supported location for App engine. The only reason for failure could be the organization level constraints that might have been been enabled by your org (https://cloud.google.com/resource-manager/docs/organ

[google-appengine] Re: Instance shuts down abruptly and new instance starts automatically

2020-06-08 Thread ankush kapoor
As per the documentation, Instances are created on demand to handle requests and automatically turned down when idle. However, the time interval varies based on multiple facotrs including system load/idle time, scaling type etc. Following link provided details on that. https://cloud.google.com/a

[google-appengine] Re: Error python app startup

2020-06-08 Thread ankush kapoor
Hi Kush, please update module version to grpcio==1.29.0 On Friday, 5 June 2020 14:55:23 UTC+5:30, Kush Goyal wrote: > > I am getting the below error when deploying my Django app: > > ERROR: (gcloud.app.deploy) Error Response: [9] > Application startup error! Code: APP_CONTAINER_CRASHED > File

[google-appengine] Re: Instance shuts down abruptly and new instance starts automatically

2020-06-08 Thread DFB
Hello Ankush, But the point is that the instance is not idle and load is not high when I see it happening. The only thing I can think of it is exceeding memory limit for the instance. My instance is usually around 200-225MB. I understand that the memory limit is 256MB for an F1 instance for a

[google-appengine] Re: .net core deploy "An internal error occurred while creating a Google Cloud Storage bucket"

2020-06-08 Thread 'George (Cloud Platform Support)' via Google App Engine
Hi Nicolas, This version of .NET Runtime is not supported. You may check "The .NET Runtime" documentation for related detail. If you think this is an issue on side of App Engine, it is more effective to log the issue in the Pub

[google-appengine] Re: Instance shuts down abruptly and new instance starts automatically

2020-06-08 Thread 'Katayoon (Cloud Platform Support)' via Google App Engine
As recommended in this thread , you may upgrade your instance class to resolve this issue. If the issue still persists, you can create a private report in t

[google-appengine] Re: Instance shuts down abruptly and new instance starts automatically

2020-06-08 Thread DFB
I know that option, but isn't there a way to find out the reason of why an instance would shut down? I already created a private issue about a week ago and have not received any response so far. That's why I turned to this forum for help. On Monday, June 8, 2020 at 11:07:34 PM UTC+8, Katayoon (

[google-appengine] Checking the consent screen

2020-06-08 Thread JP Freire
I need to check the consent screen, but I have a problem. As I understand it, my application needs to be external so that different domains like @ gmail.com have access. However, my home screen is exclusive to my clients, and therefore contains an authentication url. What do I need to do in thi

[google-appengine] Re: Bigger app sizes with Cloud SDK than with AppCfg

2020-06-08 Thread 'Elliott (Cloud Platform Support)' via Google App Engine
Hello, > > Google Groups is meant for general discussions about Google products. It seems you want to get help with something that is not working as you expect. In this case, I recommend using Google Issue Tracker , where the request could b

[google-appengine] Re: Checking the consent screen

2020-06-08 Thread 'Mohammad I (Cloud Platform Support)' via Google App Engine
Hello JP, The recommended user authentication mechanisms for App Engine Standard Environment and App Engine Flexible Environments are Firebase Authentication , Google Sign-In