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
2
votes
2 answers

Can't Connect from GCP AppEngine to GCP Cloud SQL

I have a simple Java servlet app, deployed to the GCP AppEngine. Under the same GCP, I have created a MySQL instance of GCP Cloud SQL. I would like to save the value on MySQL server when someone makes an HTTP Post request. However, my Java App…
2
votes
1 answer

Google app engine disable external IP addresses

I have a question concerning Google app Engine yaml files and Quotas. For a new client of ours we are setting up a new app in Frankfurt (Europe-west-3) and started using app engine there. Immediately we noticed that only 8 IP addresses are allowed…
mitchken
  • 123
  • 6
2
votes
2 answers

Trouble restricting access to app engine flexible service using VPC

I am trying to restrict access to a specific App Engine Flex service in a project with multiple services using VPC firewall rules. I created a VPC network called "vpc" using automatic subnet creation and global dynamic routing. Next, I deployed my…
Jmori
  • 21
  • 2
2
votes
2 answers

What is causing Google App Engine 504 Gateway Timeout Every 10 minutes or so?

I just migrated our production website over to Google App Engine last night, and now the app starts giving a 504 Gateway Timeout after about 10-15 minutes of inactivity. But I've been running a test version of the new site on GAE, in a different…
Kenny Wyland
  • 200
  • 1
  • 12
2
votes
1 answer

How to connect to Cloud SQL MySQL database from App Engine?

I am currently setting up an open-source marketing software called Mautic on App Engine Flexible Environment. However, I'm having trouble with connecting the App Engine to the Cloud SQL MySQL database using MySQLi. Mautic is a PHP application built…
Elisha Lai
  • 21
  • 3
2
votes
3 answers

GAE custom dns what does "update your dns records to enable security" mean?

We're using Google App Engine for a service of our app. We've set up the service on a custom sub-domain (eg service.myapp.com), while doing so, Google prompted us to Update your DNS records to enable security What's confusing me about this…
2
votes
2 answers

Permissions for creating OAuth credentials in Google Cloud

Using IAM, I am trying to allow certain users to access API's and allow them to create OAuth client credentials. Is there a predefined role for allowing this? I don't want to use the role of project editor, because I'm trying to allow access to only…
Bryce
  • 21
  • 1
  • 1
  • 2
2
votes
1 answer

How to deploy app engine codes and storage objects from test to production projects

We separate test and production into different projects. The test project has some codes in app engine and objects in cloud storage. What's the best way to port these from test project to production project? Do I download the codes and objects from…
Kim
  • 325
  • 1
  • 5
  • 10
2
votes
1 answer

Google Cloud SQL / App Engine concurrency limits

I've been using Google App Engine to host my APIs and keep banging up against the limitation of concurrent database connections. The docs say that you can only have up to 12 concurrent connections per "app engine instance"…
2
votes
1 answer

How to Protect an App Engine application from BEAST attack

I have a app engine application (standard environment) running on a custom domain with an SSL certificate. I'm trying to make sure it is protected against a BEAST attack. A SSLyze scan shows that my app accepts DES-CBC3-SHA 112 bits as TLS cipher.…
MMA
  • 21
  • 3
2
votes
2 answers

App Engine Ruby flex environment app.yaml is ignoring env_variables RAILS_ENV

We are using GAE with Ruby flexible environment, and we're trying to deploy a rails app with staging configurations (i.e. RAILS_ENV=staging). According to https://cloud.google.com/appengine/docs/flexible/ruby/configuring-your-app-with-app-yaml we…
2
votes
1 answer

All data gone Google Cloud Instance Group

I was running a Google Cloud Managed Instance Group (Ubuntu) to run a web server, and this morning the server went offline. I checked on the server status and it appeared that all data went missing. All apache2 files, the apache2 and PHP services,…
2
votes
1 answer

google load balancing external ip

I am trying to setup Google Compute Load Balancer to HTTP content route between my Google Compute Machines and my appEngine application, depending on the URL. I can get everything setup but it appears right now I can only route to InstanceGroups,…
2
votes
1 answer

Any tool/command to check whether a Google Cloud Storage bucket is really inaccessible by public?

I found several strange requests in my Google App Engine log: 2620:0:1000:3001:1c2f:1188:9a2a:f8d8 - - [26/Oct/2015:16:29:55 -0700] "HEAD /an/object/path HTTP/1.1" 404 - - "curl/7.35.0" "xxx.appspot.com" ms=2 cpu_ms=0 cpm_usd=0 instance=-…
Shing
  • 23
  • 1
  • 5
2
votes
2 answers

Troubleshoot Google App Engine 500 internal server error

Is there any way to properly troubleshoot GAE 500 server errors? I know I can check from console.developers.google.com -> Monitoring -> logs, but they do not tell much. Only same thing that I can get from the browser network response 500 internal…
Maksim Luzik
  • 165
  • 1
  • 2
  • 9