Category "google-cloud-platform"

Google Tag Manager Server-Side preview not working

Over the past two weeks, I've discovered preview-mode no longer works on new GTM server-side deployments. (I'm no stranger to setting up and configuring google

How to use GCP's ResourceManager Python client library to get all child Projects under a Folder?

v3 of the Cloud ResourceManager Python API has a list_projects method, but it only returns Projects that are direct children of the given Folder. For example, y

Google Cloud Text-To-Speech Character counts

I am using Google Cloud TTS for a personal project and though there is almost negligible chance that it will hit 1M characters / month but I would like to know

Issue when trying to register an app for consent screen in google oauth

I am trying to register my app for Oauth consent screen, so that I can create a OAuth client ID. I keep getting this validation error at end of the form, even

502 Bad gateway after deploying react app on GCP

I recently upgraded my application from CRA-ts to CRA, upgraded react version from 16 to 17 with typescript version of 4.1 and node version to 16. On backend I

GCP CloudSQL increasing massive size of storage day by day

I wonder storage size of the MySQL Cloud SQL server in GCP is increased in TBs over time in just 4-5 days from just a few GB. I have checked the size of all the

docker push to google cloud GCP fails with name unknown: Buckets

Trying to push a local image to a google cloud project, which fails with this error. Any help? $ docker push gcr.io/myprojectID/myrstudio:latest The push refers

What happens if running "terraform apply" twice? (Terraform)

What happens if running "terraform apply" twice? Does it create all the resources twice?

What happens if running "terraform apply" twice? (Terraform)

What happens if running "terraform apply" twice? Does it create all the resources twice?

Deployed wrong app to Google Cloud, how to prevent?

When I run gcloud app deploy I get the message: ERROR: (gcloud.app.deploy) The required property [project] is not currently set. You may set it for your current

Deploying FrontEnd and BackEnd as two separate applications with Google Cloud App Engine

I have two application that I want to deploy with Google Cloud App Engine. One of them is react front end, and I want to serve this through www.videoo.io Second

Google Cloud Monitoring Alert when Cloud Function status!=ok, it doesn't work

__ Hello, I would like to know how to raise a Alert Email notication when my Cloud-Function status is not "ok". I have configured my Cloud Monitoring alert as

Power BI: Add bigquery service account key file

I am trying to add a service account key file to access a bigquery data set in power bi. I am selecting service account login during the set up process. I added

permission error for GCP logging router sink update

When calling sink.reload(), I am getting permission error. 403 The caller does not have permission Any help would be much appreciated. Here's the code: def upd

G Suite Directory User creation is failing with the error - "Invalid Input: primary_user_email"

Issue: Intermittently new user creation is not working. It is failing with the error - Invalid Input: primary_user_email Account creation is stopping for bot

Is it possible to upgrade the edition of a GCP Cloud Sql Server Express instance?

I have a number of GCP Cloud Sql SQL EXPRESS 2017 instances that I'd like to upgrade to standard editions. Ive considered just spinning up a standard edition in

Ubuntu 'Failed to restart apache2.service: Unit apache2.service not found.'

I am using Google Cloud Platform to test out ModSecurity and I am using a tutorial to launch it. However, I need to restart Apache every once in a while. I'm us

Apache Beam pipeline with Write to jdbc

I am trying to create a pipeline which is reading some data from Pubsub and writing to into a postgres database. pipeline_options = PipelineOptions(pipeline_arg

How to set up a health check on an individual GCE - Internal IP

I want to create an uptime health check for an application running on GCE with Internal IP. I've noticed that Uptime checks in GCP only supports external IP a

Firestore Query Default Order

The following is stated in the official documentation: By default, a query retrieves all documents that satisfy the query in ascending order by document ID. Yo