4,590 questions
Tooling
0
votes
0
replies
66
views
Get Gmail Watch Status - which Pub sub topic is linked to it
In our application we have a functionality to configure push triggers for Gmail mailboxes. We are creating Gmail watch linked with a pub sub topic for it, and we have a functionality to delete the ...
Score of 0
0 answers
77 views
Resource location constraint being violated on google skills LAMP
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 ...
Score of 0
0 answers
77 views
KubernetesPodOperator with deferrable=True returns Forbidden on Cloud Composer 3
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 ...
Best practices
0
votes
2
replies
105
views
How to store Google Cloud Run config in version control: Terraform or Kubernetes?
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 "...
Score of 1
1 answer
158 views
How to authenticate with Service Account in dataproc cluster for duckdb connection to BigQuery
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 ...
Score of 2
2 answers
900 views
"ERROR: gcloud crashed (Warning): Scope has changed" when trying to run `gcloud auth application-default login --no-launch-browser`
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 ...
Score of 1
1 answer
489 views
'str' object is not callable in Google SDK when trying to fetch a spreadsheet
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:
...
Score of 0
0 answers
104 views
Use Grpc-web with Cloud Endpoints gRPC for Cloud Run with ESPv2
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 ...
Score of 0
1 answer
251 views
GCloud Pub/Sub Pull subscription limit of 5000 messages
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 ...
Score of 2
1 answer
431 views
`google.auth` python SDK not reading granted scopes from credentials file
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....
Score of 0
0 answers
120 views
gcloud CLI + flags-file: problems with repeated flags
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 ...
Score of 0
0 answers
85 views
Oauth client authorization fails because of the Google ADC
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 ...
Score of 1
1 answer
1075 views
Vertex AI `gcloud ai models list` returns "Listed 0 items" on a fully activated project
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 ...
Score of 0
1 answer
154 views
Git Config Issue related to Git Credential Helper
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 ...
Score of 0
1 answer
54 views
Can't connect to SQL server using gcloud
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=&...