50,326 questions
Advice
0
votes
1
replies
67
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 ...
0
votes
1
answer
93
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 ...
Advice
0
votes
2
replies
110
views
Google OAuth Verification Stalled for 10+ Weeks - No Feedback Provided
I am seeking guidance on how to escalate an OAuth app verification request that has been stuck in the "Under Review" state for over 10 weeks with zero communication from the Trust & ...
-5
votes
2
answers
97
views
Why I can't add localhost subdomain to Authorized redirect URIs [closed]
I have an application where authentication is performed on a subdomain (app). And I get this error:
What is the reason for this error (it's related with using of "app" subdomain)? Because ...
-5
votes
0
answers
89
views
Google Apps Script Gmail integration: Do I need a Google Workspace account to publish an app to Google Workspace Marketplace? [closed]
I have developed a Google Apps Script project that reads Gmail messages and sends data to our company's application.
Now I want to publish this integration on the Google Workspace Marketplace so that ...
-2
votes
0
answers
53
views
Workbench Instances UI GPU [closed]
When I use the Workbench Instances UI, I don't see the availability for GPU as documented here:
https://docs.cloud.google.com/compute/docs/regions-zones/gpu-regions-zones
UI does not include GPU ...
-4
votes
0
answers
153
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
79
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 ...
-1
votes
0
answers
61
views
2nd gen triggers not firing on push + PERMISSION_DENIED with hex project number on manual run
Cloud Build 2nd gen triggers do not fire on GitHub push events, and manual trigger runs fail with PERMISSION_DENIED referencing our project number encoded in hexadecimal.
Steps to reproduce:
Create a ...
-1
votes
1
answer
102
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
75
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
76
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 ...
Advice
0
votes
4
replies
157
views
Can a individual man in their 30's without completing any academic degree's still do well in the data analyst field?
Currently, working on completing a course that allows me to apply to certain jobs that were not available before. However, finishing modules and understanding the material is a huge confidence boost, ...
Advice
0
votes
1
replies
78
views
Are GCS Object Lifecycle Management Delete actions billed as Class A operations?
I am planning to apply an Object Lifecycle Management (OLM) rule to a Standard multi-region bucket. The bucket has Object Versioning enabled and has accumulated millions of noncurrent versions.
I ...
Best practices
1
vote
2
replies
64
views
How to create a functional test on an existing resource on Google Cloud?
Let's take a concrete example. I created the following my_function Python function:
from google.cloud.aiplatform import Endpoint
def my_function(existing_endpoint: Endpoint)-> str:
return ...