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

Load balancer and serverless NEG isn't working

I configured Google Cloud load balancer and serverless NEG to make my app engine work in static IP, but it's not working anyway. Here are the commands I used for configuration. gcloud beta compute network-endpoint-groups create…
songxunzhao
  • 111
  • 1
0
votes
1 answer

Choosing Google App Engine Standard vs Flexible Environment for Laravel Application?

I am deploying a Laravel app (content management system) on GCP App Engine but I am not sure what are the advantages or disadvantages of standard vs flexible environment and how it would impact a Laravel application. The application will not have…
Coola
  • 103
  • 4
0
votes
0 answers

Can't run migrations in Google Cloud SQL

I'm using Laravel 5.3, and following this tutorial to get myself set up with Google Cloud: https://cloud.google.com/community/tutorials/run-laravel-on-appengine-standard I'm at the part where I'm trying to run my database migrations, so I do: export…
0
votes
1 answer

Google App Engine Fetch Slow Speeds

I'm running a NodeJS Google App Engine service that retrieves a large file and sends it to a Virtual Private Server hosted on Digital Ocean or AWS. The file is about 5MB and takes up to a minute to send in some cases and often times out. Sending the…
Josh
  • 109
  • 3
0
votes
1 answer

How to call pg_dump from app engine

How do I call pg_dump from my .NET app engine instance? I use Google Cloud SQL. I need pg_dump to specify specific flags when exporting my database.
0
votes
1 answer

How to run a java jar that writes records periodically on firestore database, on google cloud?

I have created a java jar executable. The project is a maven project. It is running a task every 5 minutes and using this library (https://github.com/googleapis/java-firestore) it adds some records to a firestore database. It is not a web app and it…
skiabox
  • 101
  • 3
0
votes
0 answers

How to allow access to my gcloud appengine apis using a specific port other than the default port 443

I've already tried to configure the firewall and I still can't access using the port other than the default port
0
votes
1 answer

Google App Engine with custom domain from Google Domains with SSL

I am trying to get a custom domain linked to my Google App Engine project and am completely stuck - it will just not work. I am trying to do everything through Google - I have no third-party domain registrars or anything. I have purchased a domain…
0
votes
0 answers

Can't connect to SQL Server 1433 port for VM windows server externally on gcloud

I have already enabled the port in the firewall rules in gcloud, windows server and instance. I defined the port in the sql configuration manager. The other ports like 8080, 23, 21 are working normally. Only port 1433 is not working.
0
votes
1 answer

gcloud app deploy source-context.json SHA mismatch

I have a Python 3 project which I am hosting on Google AppEngine Standard. Until a couple of days ago I was able to deploy normally (right since I did the initial setup in July 2019). Now I'm getting the following response: starting build…
Navid
  • 111
  • 3
0
votes
1 answer

I want to download files from GCP bucket on local computer however it shows path error one deployed on GAE

The download path works locally however once deployed GAE shows path error and I want user to have a simple browser download file. Right now what I do is store it in a /tmp folder than download. Has anyone done a file download from gcp bucket once…
Dyuti
  • 1
0
votes
1 answer

Change a Google app engine project from the flexible to standard environment

Is it possible to change a Google app engine project from the flexible to standard environment? I have to keep the existing project ID as it is used as the URL, but I need to change to the standard environment because the flexible one is too…
0
votes
1 answer

How to find available memory on Google App Engine Flex Instance

I've done tests with different instance class options and checked the available memory of the instance with the free -h command via SSH, the available memory doesn't change, it gives me the same 988Mi available for all instance_class settings. It's…
0
votes
1 answer

Google Cloud Platform - App Engine - System Environment

I am using Gitlab, Spring Boot and Google Cloud App Engine, Google Cloud mySql. I have resource bundle files like application-{environment}.yaml for my Spring Boot application. I don't want to keep the secrets in application-*.yaml files. I wanted…
0
votes
1 answer

How to update from Windows Server 2019 Desktop 1809 to 1903 or 1909 on Google Cloud Compute Engine?

I've made a Virtual Machine using Google Cloud Compute Engine. I've searched how to install Windows 10 and figured out that it is way more difficult that I expected. Google Cloud only gives the possibility to install Windows Server 2019 Datacenter…
Aymene B
  • 19
  • 1
  • 2