Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
0 answers
99 views

I'm trying to fully automate Firebase Auth provider setup via CLI (no manual Firebase Console clicks). Using this SA token, I can successfully: Initialize Firebase Auth: POST /v2/projects/{PROJECT}/...
TSR's user avatar
  • 21.6k
-2 votes
0 answers
62 views

Is it possible to enable Firebase Authentication and add providers like Google, Apple, email auth using CLI? This is important for agentic workflow. This is the only blocker to agent to completely ...
TSR's user avatar
  • 21.6k
0 votes
0 answers
62 views

Got this error during the Google Cloud Fundamentals: Getting Started with Cloud Marketplace skil path. Even choosing the zone they declare on the tutorial i wasn't able to finish. You guys know if i'm ...
Rodrigo Burgos's user avatar
0 votes
0 answers
54 views

Environment: Cloud Composer 3 (composer-3-airflow-2.10.2-build.13) Region: europe-west1 Environment name: composer3-npd Project: XXXXXXXXXX Private environment: enabled Problem: When using ...
isoume's user avatar
  • 3
Best practices
0 votes
2 replies
66 views

At work we use Google Cloud Run (a wrapper around Knative). All our infrastructure is provisioned via Terraform. We provision a Cloud Run service via Terraform in the following way: resource "...
Giorgio's user avatar
  • 2,337
1 vote
1 answer
121 views

I'm trying to authenticate with an already pre-signed-in service account (SA) in a Dataproc cluster. I'm configuring a DuckDB connection with the BigQuery extension and I can't seem to reuse the ...
Aleksander Lipka's user avatar
1 vote
2 answers
670 views

I want to run some Python code that uses the Google Cloud Platform. To log in the gcloud CLI, I used to use. gcloud auth application-default login --no-launch-browser But since recently it gives this ...
Franck Dernoncourt's user avatar
1 vote
1 answer
461 views

I'm trying to fetch a spreadsheet with Google SDK. I'm logged into an account with a Service Account Token Creator role and the service account has access rights to the spreadsheet. This is my code: ...
Szymon Gołębiowski's user avatar
0 votes
0 answers
95 views

I am creating a GRPC service that should be accessible from the web but have found no working guides for getting grpc-web to work with cloud-endpoints and ESPv2. I have used this guide to set ...
timebandit's user avatar
0 votes
1 answer
204 views

Currently I am working on a project that publishes any received request contents to a pub sub topic and subsequent subscriber, in order to pull and batch process all of the messages at once every ...
William Wood's user avatar
2 votes
1 answer
405 views

I've run: gcloud auth application-default login --client-id-file google_oauth_client_id.json --scopes="https://www.googleapis.com/auth/cloud-platform,https://www.googleapis.com/auth/calendar....
Ian Burnette's user avatar
  • 1,102
0 votes
0 answers
104 views

I am using the gcloud CLI to create a new Workstation configuration. To simplify configuration management I am also using a yaml configuration file to specify flag values based on Google's ...
Toby's user avatar
  • 21
0 votes
0 answers
79 views

I'm trying to work on my home project where I contact Google services like Gmail, Sheets, Drive. Services that are not Google Cloud per se. I've implemented GmailApi quickstart guide for python, but ...
Kacper's user avatar
  • 673
1 vote
1 answer
834 views

I am trying to access Gemini models via the Vertex AI API but am unable to see any publisher models in my project. Project ID: virio-462215 The Core Problem: When I run the command gcloud ai models ...
Ed Landau's user avatar
  • 1,038
0 votes
1 answer
109 views

I have been facing some authentication issue. What is being used Windows machine Gcloud SDK is installed and configuration has been done Google Cloud source repository Git Bash terminal Repository ...
Santosh Kumar Doodala's user avatar
0 votes
1 answer
51 views

I have an SQL Server setup in GCP. It has a private IP. I have gcloud installed on ubuntu 20 (WSL2). When I run this command I get an error: > gcloud beta sql connect <instance name> --user=&...
Kevin Kraft's user avatar
0 votes
1 answer
125 views

The google appengine documentation states websockets are supported, but in their example they use socket.io instead of a "regular" WebSocketServer. my (simplified) nodejs server is super ...
Basti's user avatar
  • 779
0 votes
1 answer
869 views

I'm trying to set the Google Cloud Organization Policy constraints/iam.allowedPolicyMemberDomains to restrict IAM members to my organization's verified domain, sksolution.app. However, I'm ...
CleanCodeOnline's user avatar
1 vote
1 answer
528 views

I'm trying to create a new secret in Google Cloud Secret Manager using the ⁠gcloud CLI, but I always get the following error: echo -n "my-secret-value" | gcloud --project=[MY_PROJECT_ID] ...
SebastienPattyn's user avatar
0 votes
0 answers
45 views

Every week, not all the time, I am getting this error in the my Powershell ps1 logs This is a Windows Server A few people have ps1 programs in this server They may be using other service accounts The ...
Liquid Nitrogen's user avatar
0 votes
1 answer
101 views

When I use -P options with gcloud storage cp -r -P gs://some/bucket/object ./ It tries to convert the user id also and fails with the following message ERROR: Root permissions required to set UID ...
amisax's user avatar
  • 126
1 vote
0 answers
89 views

I newbie working with Google TTS, I have code that allows me to use the long audio TTS and get the file from a bucket, however, when I am trying to do it with a long file that may give me 20 minutes ...
RayStar's user avatar
  • 11
0 votes
1 answer
50 views

I'm trying to import a custom VM image (from Trend Micro Vision One Zero Trust Private Access) into Google Cloud Platform using the gcloud compute images import command. However, the process fails ...
Gibran Firdausy's user avatar
0 votes
0 answers
211 views

I am an Organization Administrator (roles/resourcemanager.organizationAdmin) for my Google Cloud Organization, but I'm encountering a persistent "permission denied" error when trying to ...
Shark Team's user avatar
0 votes
0 answers
195 views

I'm playing Whac-A-Mole with Google Cloud authentication. Sorry for the lengthy question but since I have no idea where the problem is, I'm trying to give enough context. With Python, calling google....
teppo's user avatar
  • 736
0 votes
0 answers
49 views

I'm encountering a UTF-8 decode error while installing Google Cloud SDK via Homebrew on macOS. Initially, I tried to download files from Google Cloud Storage using `gsutil -m cp* and received this ...
aoezdTchibo's user avatar
1 vote
0 answers
156 views

I’m trying to download a .tar.gz file from a public Google Cloud Storage bucket using the gcloud CLI tool. Here’s the command I use: gcloud storage cp gs://my-bucket/large-file.tar.gz ./ The file is ...
Maximilian Burr's user avatar
-1 votes
1 answer
96 views

How does GAE (Google App Engine) treat NODE_ENV on deployment and run with a NodeJS runtime? Google docs clearly states that some variables are automatically set and cannot overridden except the `...
Георги Кременлиев's user avatar
1 vote
2 answers
767 views

We're encountering an issue with Cloud SQL Proxy (v1 and v2) when connecting to a newly created PostgreSQL 14 Cloud SQL instance via a Kubernetes deployment on GKE. The error we see in the logs is: ...
ladhari's user avatar
  • 577
-1 votes
1 answer
124 views

I’m trying to move a Google Cloud project from our org (Org ID: ORG_ID_1) into the client’s org (Org ID: ORG_ID_2) with: gcloud beta projects move PROJECT_ID --organization=ORG_ID_2 but I immediately ...
Arkej's user avatar
  • 2,261
0 votes
2 answers
120 views

Maybe this is a bug because it's supposed to work: https://cloud.google.com/sdk/gcloud/reference/functions/deploy#--update-labels This command completes without issue: gcloud alpha functions deploy &...
red888's user avatar
  • 32.5k
0 votes
2 answers
135 views

Any idea on what can cause the following issue? We're trying to migrate to the official Cloud SQL Node.js Connector but for some reason I'm getting the following issue when running a test connection ...
Dzsonah's user avatar
  • 135
-1 votes
1 answer
175 views

I am trying to run terraform from a Gitlab pipeline job against my Google Cloud instance. I have authenticated Gitlab to Google Cloud with Federated Id and can impersonate a service account connected ...
Galen Howlett's user avatar
0 votes
1 answer
396 views

I cannot setup my local development environment with Dataform CLI because the creation of the df-credentials.json fails. I follow the steps described here: https://cloud.google.com/dataform/docs/use-...
leo1445's user avatar
0 votes
1 answer
114 views

Using gen1 it looks like this gcloud functions deploy AuthUserCreate --runtime dotnet6 --no-gen2 --entry-point AuthUserHandler --trigger-event providers/firebase.auth/eventTypes/user.create but a) ....
Mark's user avatar
  • 570
0 votes
2 answers
278 views

I have granted the "roles/cloudfunctions.invoker" role and even "roles/cloudfunctions.admin" to the service account but still get this error: gcloud functions call <function> ...
red888's user avatar
  • 32.5k
1 vote
1 answer
309 views

I am developing a cloud run service on google cloud and want to run it locally for testing using the service account I have configured cloud run to run the service as. My user has permission to ...
Michael's user avatar
  • 455
-1 votes
1 answer
96 views

I need run a python app in docker container on k8s. This app needs to use gcloud stuff like gemini-2.0-flash, google_vertexai and vertexai.init(project=os.environ.get("GOOGLE_CLOUD_PROJECT"),...
khteh's user avatar
  • 4,366
0 votes
0 answers
109 views

I'm working on a small personal project where I don't want to use Service Accounts. Is there any way to enable authentication using oauth2 to login into google services inside a docker container? ...
MathLal's user avatar
  • 402
0 votes
1 answer
526 views

I'm running into an issue when trying to use the Google Cloud Pub/Sub Emulator. I am able to start the emulator successfully, but I cannot create topics or interact with it using gcloud commands. I ...
Rosscoasks's user avatar
0 votes
0 answers
15 views

In our Firestore two top level Collections (blueprints & copies) have the exact same structure of subcollection-names. blueprints plans instructions copies plans instructions When we export - ...
Severin Klug's user avatar
0 votes
0 answers
90 views

I am trying to deploy an API on Google App Engine (GAE) Standard Environment, but I keep encountering the following error: ERROR: failed to initialize analyzer: validating registry read access: ensure ...
shuhskw's user avatar
1 vote
2 answers
248 views

I'm not able to deploy a Golang-based Google Cloud Function by running gcloud functions deploy. The reason in that my code imports packages from non-public GitHub repositories, and gcloud is not happy ...
Vicente Gavara's user avatar
2 votes
1 answer
246 views

Assuming you have a key name what is the best way to find the latest version of that key? I had assumed: masterKeyVersionIterator := client.ListCryptoKeyVersions(ctx, &kmspb....
Aidan's user avatar
  • 514
1 vote
1 answer
126 views

I'm trying to select some values, from the status of the cloud routers to show the bgp peerings, however while I can return the ASN number correctly, trying to get any other value from the same output ...
djsmiley2kStaysInside's user avatar
0 votes
0 answers
45 views

Sorry this is elementary. I have a JSON file saved both to my machine as well as in the google 'bucket'. I need to create 3 variants of the MPEG DASH and 3 variants of HLS playlists so I needed to ...
Neha Dave's user avatar
0 votes
1 answer
293 views

I am trying to create cloud functions using my existing scripts I run commands as shown below to create a cloud function <my_function> "gcloud functions deploy <my_function> --no-gen2 ...
Yogesh Devi's user avatar
0 votes
0 answers
73 views

I was trying to deploy an application using the gcloud app deploy command, and it gave me this error: utf-8' codec can't decode byte 0xa2 in position 37: invalid start byte. I am not sure whats going ...
Bharat_karri's user avatar
0 votes
0 answers
78 views

I am trying to execute the gcloud commands in node js and getting gcloud is not found. the image is deployed using cloud run. gcloud auth activate-service-account --key-file=/src/keys.json /bin/sh: ...
user3145555's user avatar
0 votes
0 answers
168 views

I have an issue with Artifact Registry when want to redirect back it to Container registry. gcloud artifacts settings disable-upgrade-redirection --project=xx IAM roles are set roles/artifactregistry....
oleksim's user avatar

1
2 3 4 5
92