Questions tagged [google-app-engine]

Google App Engine is a cloud computing technology for hosting web applications in Google-managed data centers.

Google App Engine is a cloud computing technology for hosting web applications in Google-managed data centers.

Google App Engine lets you run your web applications on Google's infrastructure; applications are easy to build, easy to maintain, and easy to scale as your traffic and data storage needs grow. With App Engine, there are no servers to maintain: You just upload your application, and it's ready to serve your users.

401 questions
0
votes
0 answers

how to resolve error like io.grpc.StatusRuntimeException: PERMISSION_DENIED when Implementing google Cloud talent solution api?

Description : Language: Java 8, Framework: Spring Boot Build type: maven Tool: Sring Tool Suite Here I implemented this Google Cloud talent solution API for job search below code : Code : GoogleCredentials credentials =…
0
votes
0 answers

GCP Cloud Build installation of composer fails because checksums don't match

The build of my Laravel 9 app is broken. During the deploy the build stage always fails because the installation of composer fails due to unmathing checksums. Build logs: === PHP - Composer - Install (google.php.composer-install@0.0.1) === DEBUG:…
0
votes
0 answers

com.google.api.client.googleapis.json.GoogleJsonResponseException: 401 Unauthorized when I try to create a google people contact

Good day. I'm developing a java servlet that allow to add or update a contact on Google Contact. I've created a Google application having Google People service active. Before to use the Google People service I made a Google connection…
0
votes
1 answer

How do I delete a project in Google Cloud?

I got an email notifying me that Google will activate the service appenginereporting.googleapis.com on my Google Cloud project, called My Project. Which is a surprise to me because I have never attempted to use Google Cloud. Ever. Also, My…
CAB
  • 113
  • 6
0
votes
0 answers

Guard Authenticator hits

we have our codebase installed and rolling our from Google App Engine, using Compute Engine as well. When looking back at the logs for a particular VM, I'm see a LOT of "Checking support on guard authenticator" and then "Guard authenticator does not…
0
votes
0 answers

Google Cloud App Engine for Django

I'm wondering which should i choose and how to configure this........ I will be running a django web app of "Hello World" no db no any other requirements than the "django" and "gunicorn", i did one on App Engine Flexible but the cost i got the next…
0
votes
0 answers

App engine console unable to map to custom domain

I have tried to map the custom domain to my App Engine app snd it has been in failed status for weeks. Message shows Google will auto retry to generate SSL but seems it is not succeeding. The exact error is: "DNS records could not be found.…
0
votes
0 answers

Understanding GCP AppEngine dispatch.yaml 20 rule limit

Background I am working on a GCP project where apps are deployed in AppEngine Standard Environment for Java8 and routing is done by dispatch.yaml. Also, we are using custom domain. We have around 30 services. I don't have the original dispatch.yaml,…
0
votes
1 answer

DNS records could not be found. Certificate activation will retry automatically

Our website is down and it is showing certificate is expired. When I check the custom domain settings section in GCP, I am getting the following warning. We have removed the records and re-added them, but showing the same warning. enter image…
0
votes
0 answers

I have multiple services on my Google Console. how can i check the same which logs are enabled for individual service level

I would like to know which all Logs are enabled under my project Environments from Google Console at Service Level, I have multiple services on my Google Console. how can i check the same which logs are enabled for individual service level
0
votes
0 answers

Google is presenting different certificates for the same Gmail API call

We are using Google's Gmail API (https://gmail.googleapis.com/gmail/v1/users/{userId}/history) in our application and the API is returning Certificate with different CNs: sometimes the CN is “google.com” and some other times its "*.googleapi.com".…
0
votes
1 answer

GCP - what are mysql-access instances?

I have my application deployed to AppEngine Standard and connects to Cloud SQL via public IP. I was looking at VM instances dashboard and found a set of instances with the following naming pattern and these are alerting for high cpu…
0
votes
0 answers

gcloud auth login fails with an unknown error

I deleted some folder on my pc by mistake. Now I have to reauthenticate to gcloud but when I run gcloud auth login, it fails with an unknown error. I am stuck and I don't know what to try
solsTiCe
  • 113
  • 4
0
votes
1 answer

"gcloud app deploy" hangs on "Building and pushing image for service"

I suddenly can't deploy using gcloud app deploy. It hangs on "Building and pushing image for service [default]". At that time, the Python process takes 99% CPU, and continues until the deploy times out. I've tried upgrading Python to no avail. It…
bevanb
  • 139
  • 2
0
votes
0 answers

App Engine Flex Deployment Fails With Error Response: [9] An internal error occurred while processing task /app-engine-flex/flex_await_healthy/flex_

My App Engine Flex deployment fails with this error code. Updating service [default] (this may take several minutes)...failed. ERROR: (gcloud.beta.app.deploy) Error Response: [9] An internal error occurred while processing task…