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
3 answers

Using multiple PaaS Vendors

I am developing a SaaS App, and I want to decide for a PaaS Vendor. Since one of my biggest concerns is uptime, is there an application or service, that allows me to use several PaaS Vendors (like Azure, Google App Engine, Amazon Web Services,…
1
vote
2 answers

Forward my domain and hide the original

I have registered a domain with godaddy. This points to a sub domain on app spot (google app engine). When i visit my domain I see the blah.appspot.com rather than mydomain.com Can I hide the app spot url somehow?
1
vote
2 answers

Map, Point or Redirect mail.domain.com to Google App Engine Email

What is the best way to map mail.mydomain.com to https://www.google.com/a/mydomain?
1
vote
4 answers

Sending emails from PHP - email providers vs GAE

I need to send emails from my social service (this is continuation of https://stackoverflow.com/questions/4532211/experiences-in-mailing-to-registered-users). I got strong feeling that it's better to avoid problems with email server configuration…
nrph
  • 365
  • 1
  • 3
  • 6
1
vote
2 answers

Custom Domain Name - Server not found Google App Engine and Google Apps

I have integrated my domain at Google Apps with Google App Engine. I added www.myDomain.com to google app,it was working correctly and pointing to my application at appEngine, but now it doesn't direct to appengine, although myApp.appspot.com is…
1
vote
2 answers

Sign up for Google AppEngine without SMS?

I would like to use Google AppEngine, but it appears to require a cellphone to receive SMS for verification. Is there any way around this, or any other option I can take?
Unknown
  • 1,685
  • 6
  • 20
  • 27
1
vote
0 answers

Can the same Serverless VPC Connector be used for two different App Engine standard instances?

I'm working with a cost-conscious client, trying to avoid having to spin up more Serverless VPC Connector-machines just to handle the dev environment. We are using static IPs for outbound traffic, having followed this guide: App Engine Docs, but we…
Mattis
  • 111
  • 3
1
vote
1 answer

Google AppEngine - 502 Bad Gateway

I'm running a Python Flask endpoint locally and it all works fine, but when I deploy it in GCP AppEngine, I get a 502 Bad Gateway. It seems to fail at about 200 reads of 2290 bytes each. I've increased the memory_gb of both the default YAML and the…
1
vote
1 answer

Cloud SQL MySQL 8.0.26 Intermittent "Got timeout reading communication packets" error in App engine flex + Node.js app

We're running node.js servers on App engine flexible that are connecting to mysql using a shared private network. (app engine instances are deployed into the same vpc subnetwork that mysql lives in). So on app engine side in app.yaml: network: …
1
vote
0 answers

Place different applications in Google Cloud under the same domain assigning subdomains for each one

I'm asking an opinion or some guide for this problem. I have a couple of applications in Google Cloud Platform that I need to place under the same domain (let's call it mydomain.com), using a different subdomain for each one, like this: App 1…
1
vote
1 answer

Google Cloud Load Balancer with wildcard

For example, there are the following applications deployed as App Engine and Cloud Run services. A) app-1-api as Cloud Run service B) app-2-api as App Engine service C) app-1-frontend a NextJS app as Cloud Run service D) app-2-frontend a static…
1
vote
1 answer

Mount docker volume on app engine docker image

I have a docker image that I deployed to app engine. I want to mount a volume to replace a file originally written when the image was built. I need the file to be mounted when the docker image is executed (docker run ). Is this possible with app…
1
vote
0 answers

Best way to connect to L2TP VPN from container running in GCP

I've built an ubuntu container locally that uses OpenConnect to establish a connection to a customer's AnyConnect VPN server. They also have an L2TP connection available as well. After OpenConnect establishes a connection, some python code is…
1
vote
1 answer

How to stop app engine instance with API?

According to the documentation https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions/patch we should be able to stop an app engine instance by changing the serviceStatus to STOPPED. However, the documentation is…
1
vote
0 answers

Why doesn't CORS apply? in gcp app-engine

I am trying to post marvin JS on the site. There is no problem with the iframe and the function itself, but a problem occurs when using additional functions. When the current page is executed, the following message appears. [Error] SecurityError:…
조형식
  • 11
  • 1