4,596 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
94
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 ...
1
vote
1
answer
303
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....
0
votes
0
answers
66
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 ...
0
votes
0
answers
55
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 ...
0
votes
1
answer
253
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 ...
0
votes
1
answer
58
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 ...
0
votes
1
answer
42
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=&...
0
votes
1
answer
94
views
Does appengine support WebSocketServer?
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 ...
0
votes
1
answer
382
views
Google Cloud Organization Policy iam.allowedPolicyMemberDomains INVALID_ARGUMENT for Verified Domain
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 ...
1
vote
1
answer
241
views
gcloud secrets create always fails with "INVALID_ARGUMENT: The provided Project ID ... does not match the expected format [projects/*]"
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] ...
0
votes
0
answers
27
views
Gcloud SDK For PowerShell Gcloud Error Duplicate Line Created In Config_* File
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 ...
0
votes
1
answer
71
views
How to preserve only timestamp and mode of the file, an not other posix metadata when using "gcloud storage" command line interface?
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 ...
1
vote
0
answers
65
views
Google TTS Long Audio
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 ...
0
votes
1
answer
38
views
GCP Compute Engine custom image import from Trend Vision Zero Trust fails at translate-disk step (CentOS 7 DNS issue)
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 ...
0
votes
0
answers
87
views
Permission Denied for Org Admin trying to disable Organization Policy (iam.allowedPolicyMemberDomains) - even in Cloud Shell
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 ...