[google-appengine] Re: Google oAuth is going wrong!

2021-02-01 Thread 'Denis T (Google Cloud Platform Support)' via Google App Engine
Hello Marco, Thank you for your message. Could you please elaborate more on the issue you're experiencing? More specifically, are you following any particular documentation in order to implement Google OAuth? If so, please link it in your reply, so that we'd have a better understanding of the

[google-appengine] Re: Modify Datastore Admin Backup Built-in Taskqueue

2021-01-27 Thread 'Denis T (Google Cloud Platform Support)' via Google App Engine
Hello, As my colleague supposed, it *might* be possible to use a URL with the parameters, however, he wasn’t able to verify that. Looking into the mentioned answer on StackOverflow, I believe that it’s outdated by now - after

[google-appengine] Re: Could you suggest me a suitable solution on GCP?

2021-01-21 Thread 'Denis T (Google Cloud Platform Support)' via Google App Engine
Hello Jaromír, Based on your use case, the Google App Engine seems to be the product you're looking for. Here you can find a comparison of the two GAE environments: Standard and Flexible, however, I think that the GAE

Re: [google-appengine] Re: Deploy app into two environments: Staging and Production.

2021-01-11 Thread 'Denis T (Google Cloud Platform Support)' via Google App Engine
Hello Bill, Specifying the environment variables (env) under options[1] will make them global for your build steps. However, if you want to define the environment variables that would be available to your app, you can do that in the "app.yaml" - [2]. Regards, Denis T. ___ [1]:

Re: [google-appengine] Re: Deploy app into two environments: Staging and Production.

2021-01-11 Thread 'Denis T (Google Cloud Platform Support)' via Google App Engine
Hello Bill, Specifying the environment variables (env) under options[1] will make them global for your build steps. However, if you want to define the environment variables that would be available to your app, you can do that in the "app.yaml" - [2]. Regards, Deniss ___ [1]:

[google-appengine] Re: quotas

2020-08-24 Thread 'Denis T (Google Cloud Platform Support)' via Google App Engine
Hello, The “quotaExceeded” errors are showing that a certain quota is being reached. Based on the error message you provided I’m not quite sure which GAE quota is affected in particular. However, you can double-check that on the App Engine quotas

[google-appengine] Re: Mail Service Of Google App Engine (Standard) is very slow & delayed in sending mails.

2020-07-27 Thread 'Denis T (Google Cloud Platform Support)' via Google App Engine
Hello Mohammad, The App Engine Mail API is indeed a deprecated service. The link that you have mentioned also contains the following line: *“This solution is no longer recommended: This page describes how to use a legacy App Engine

[google-appengine] Re: ERROR: (gcloud.app.deploy) Error Response: [9] Application startup error! Code: APP_CONTAINER_CRASHED

2020-07-21 Thread 'Denis T (Google Cloud Platform Support)' via Google App Engine
Hello Sarthak, Since the issue you are experiencing is technical and more user-specific, I would recommend you to post this question on StackOverflow attaching the content of Dockerfile you provided along with the minimum reproducible code - GCP Community Support