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
1
vote
1 answer

FAILED_RETRYING_INTERNAL when setting up managed security

I'm trying to get a google managed certificate for my app engine project, I've verified the domain on the web master's toolbox, I've got DNS set up and pointing correctly, but the spinner never stops for days. I've tried removing and re-adding…
Calvin
  • 111
  • 2
1
vote
1 answer

Using VPN Google APP Engine

I have a VPN with my company through Google Compute Engine. Is it possible to use that VPN with Google APP Engine? How can I connect the app with the VPN? Thanks!
1
vote
1 answer

Upload large online files to google cloud

I would like to upload large image files to google cloud for machine learning purpose on RStudio. Each image zip is around 4.7gb and it takes longer to unzip than to download. I would like to know is there a way that I can upload the image files to…
1
vote
1 answer

app.yaml isn't updated when I deploy (Google App engine/Google Cloud Platform)

This is my default app.yaml file: runtime: custom env: flex service: api runtime_config: jdk: openjdk8 handlers: - url: /.* script: this field is required, but ignored automatic_scaling: min_num_instances: 1 max_num_instances: 10 When I…
1
vote
1 answer

Appengine - How to allow request only coming from my domain?

I see some requests in the logs coming from unknown sources. So how I could prevent all requests except the ones coming from my appspot domain? Note: This is on appengine, which there is no server from my end to manage, you just upload your app code…
Marwan
  • 111
  • 3
1
vote
3 answers

Google Cloud: Shared VPC and App Engine

I'm using Google Cloud with the following setup: Shared VPC Host Project: has a network called 'production' with a subnet called 'app1', is shared among all other projects. App1 Project: has a VM instance and an App Engine running on Node. The VM…
John White
  • 236
  • 1
  • 3
  • 10
1
vote
1 answer

Deploy several Java applications on Google App Engine

Google Cloud Platform new user here. I'd like to deploy several Java web applications (Spring Boot apps actually) to Google App Engine while remaining Always Free compatible. My question is about the relation between projects and applications. I…
1
vote
1 answer

Stuck auto-renewing the new managed SSL on Google Cloud Platform

I've tried switching to the new Managed SSL on my Google App Engine app, and it's been stuck at auto-renewing for over 24 hours. Anyone know an estimate of how long does this take?
rebelliard
  • 141
  • 4
1
vote
1 answer

GAE TaskQueue error “taskqueue.BulkAdd failed”

Following the documenation here https://cloud.google.com/appengine/docs/standard/php/taskqueue/push/example I decided to do a little testing of TaskQueues within my laravel application. Here is my currecnt test code: $task = new…
McGreeb
  • 11
  • 1
1
vote
1 answer

Appengine Serving Urls log

we're using Google Appengine image manipulation api (https://cloud.google.com/appengine/docs/standard/python/images/) and serving urls to produce urls that our clients can use to display images. Using this settings work great for our clients, but I…
1
vote
1 answer

502 Connection refused while connecting to upstream : modify Nginx upstream on Google App Engine

I'm literally struggling with Google App Engine to deploy my Node JS API as I always have a 502 error. I have seen many answers on this topic but none did it for me. I've found in the log the following error: "[error] 32#32: *4028 connect() failed…
t3__rry
  • 113
  • 1
  • 4
1
vote
1 answer

"over quota" error, how to find quota name or logs

App engine all apps are failing in 2 hours of work after quota reset on Midnight. App version redirected to 503 "Over Quota This application is temporarily over its serving quota. Please try again later." How to find out what quota is reached…
1
vote
1 answer

Google Cloud Shell is temporarily unavailable

I am new to google app engine. Recently I have been using the google cloud console to develop my own blog for a while. However, since last Sunday, I cannot connect to the google cloud shell. Whenever I try to connect to the cloud shell, an error…
Kai
  • 11
  • 1
  • 2
1
vote
2 answers

Java Servlet not found on Google App Engine deploy

I am working on an Apache Maven dynamic web project on eclipse. It uses static files (html, css, js) and a Java servlet. When I deploy my project to the google app engine, the Java servlet does not handle http requests. The project runs perfectly…
Alec
  • 13
  • 4
1
vote
2 answers

Laravel deployment using Google App Engine: No such file or directory

I have followed this tutorial and created a database under the name zoho_portal. My app.yaml contents are: runtime: php env: flex runtime_config: document_root: public # required on some platforms so ".env" is not skipped skip_files: false …
Adeel Ahmad
  • 121
  • 4