50,324 questions
Score of -11
0 answers
74 views
Big issues with Pro and Flash [closed]
During last 3 weeks been building a node js project called Planet del Huerto, the failover recurrent from Pro to Flash has mutilated the code overwritten several times on to and tax files has ...
Score of 2
1 answer
132 views
Google Cloud Run Deployment: Strange error with username
When I try to deploy my Google Cloud Run application inside Google Cloud Shell today, there comes a strange error that confused me. The same deployment command worked for me for a long time.
It ...
Score of 2
0 answers
90 views
BigQuery Python UDF creation fails with IAM policy size limit only in US and us-central1
I'm hitting a reproducible, region-specific error when creating a BigQuery Python UDF.
Problem
Creating a Python UDF fails in US and us-central1 with:
The number of members in the policy (1,501) is ...
Score of 0
0 answers
41 views
How can I call Gemini 3.1 Flash-Lite from BigQuery ML in the EU? Bare name routes to europe-west4 where it isn't served, and I need EU data residency
What I'm trying to do
Run gemini-3.1-flash-lite as a remote model in BigQuery ML (ML.GENERATE_TEXT / AI.GENERATE) from a dataset in the EU, keeping all processing in the EU for GDPR reasons.
gemini-2....
Advice
0
votes
4
replies
108
views
Google cloud run billing
I am building out a website with Firebase and Cloud Run functions. I have been trying to figure out the billing, but I am still not exactly sure how it works. I looked at the Google Cloud Run pricing ...
Score of 1
0 answers
61 views
GCP IAP returns "You don't have access" even though I am Project Owner and have `IAP-secured Web App User`
I am trying to protect a VM-hosted web application using Google Cloud Identity-Aware Proxy (IAP) behind an External HTTPS Application Load Balancer.
Architecture
Internet
↓
External HTTPS ...
Score of -2
0 answers
61 views
use granted scopes with google oauth2 app got status code 403 in production
I have a google oauth2 app in production publishing status that has scopes to access google workspace, works fine before and after google oauth2 app verification process.
Recently I've requested 4 new ...
Tooling
1
vote
2
replies
79
views
Recommendation Needed: Thumbnail Generation and Bulk Download Strategy for Large File Storage (GCP VM + R2)
I am currently hosting my website on a Google Cloud Platform (GCP) Virtual Machine (VM), where users upload large datasets (approximately 20–50GB per upload) consisting of image files such as JPG, PSD,...
Advice
0
votes
1
replies
86
views
Am I understanding GPU passthrough, MIG, vGPU, Kubernetes scheduling, AWS/GCP GPU allocation, and VMware Bitfusion correctly?
I am trying to verify my understanding of GPU allocation and GPU virtualization in cloud/private-cloud environments such as OpenStack, Kubernetes, AWS, GCP, and VMware. I'm not writing any code or ...
Score of 0
1 answer
98 views
Log out and cookies with QuestDB [closed]
I have trouble in my QuestDB configuration. I need to upload a Docker image with QuestDB to Artifact Registry. I change the http.user and http.password in the server.conf file.
When I start my Docker ...
Score of -3
1 answer
207 views
Google CustomSearch JSON API — persistent 403 "This project does not have the access to Custom Search JSON API" despite API enabled and billing active
Every call to the Custom Search JSON API returns a 403 with the message
This project does not have the access to Custom Search JSON API (status: PERMISSION_DENIED)
and I've exhausted every fix I can ...
Best practices
0
votes
2
replies
87
views
Google Places API: compliant way to batch match my own property database to Place IDs?
I have about 34,000 property records with my own names, addresses, and lat/lng.
I want to match each record to a Google Places place_id and store only the place_id plus match confidence.
Should I use ...
Score of -1
1 answer
123 views
Google Speech-to-Text V2 chirp_3 streaming never returns interim results ( isFinal=false )
I'm using Google Cloud Speech-to-Text V2 streaming recognition with the chirp_3 model over gRPC.
I enabled interim results, but I only ever receive final results ( isFinal=true ). I never receive any ...
Advice
0
votes
1
replies
76
views
Google SSO Multi-Tenant OAuth Conflict with Shared Package Name and SHA-1
I have a requirement where each client must create their own OAuth for Google SSO, but I get an error along the lines of An OAuth2 client already exists for this package name and SHA-1 in another ...
Advice
1
vote
2
replies
105
views
Does Google Cloud Storage do parallelisation by itself?
Currently, I have a system that transcribes and summarises audio files with the Gemini API. Current configurations are those files that need to be processed, uploaded to DynamoDB, and then, through ...