50,758 questions
0
votes
0
answers
21
views
How to generate the Endpoint URL to cloud functions for push subscriptions on Google Pub/Sub?
I have a Cloud Function (v1) that is set to trigger every time a message is received in a specific topic. This part of the configuration is done correctly (since I've followed previous working cloud ...
0
votes
0
answers
52
views
Menu not showing after install; issues with onOpen() and AuthMode.NONE
I'm working on a Google Workspace Add-on (a Mail Merge tool), and I keep getting rejected by the GWM review team with this feedback:
*
Menu - Menu options not shown after App is installed. Please ...
0
votes
0
answers
12
views
GCP load balancer url re-writing and backend-mapping not happening the way I'd expect
I am using a classic application load balancer with two backends. I want my main backend to handle most requests and my auth backend to handle requests to /auth/*. I've been playing around with ...
0
votes
1
answer
25
views
Migrate from aws to gcp
We're looking for the name of a managed Elasticsearch service on Google Cloud Platform (GCP) — something that can serve as an alternative to AWS OpenSearch.
So far, we haven't found any clear ...
-1
votes
0
answers
43
views
GCP: Why can't my Backend Bucket find my public files?
Short Version:
I have configured a backend bucket on my load balancer and mapped it to /__/auth/, that bucket contains a publicly acessable file named handler, but when I hit /__/auth/handler I get an ...
0
votes
0
answers
42
views
How to implement data encryption in postgresql [closed]
In HRMS service I made employee,salary and other things for employee apis,have done secret manager implementation so that only user with specific roles can access the api now want to implement db ...
0
votes
1
answer
24
views
The --update-labels argument of gcloud functions deploy does absolutely nothing
Maybe this is a bug because its suppose to work: https://cloud.google.com/sdk/gcloud/reference/functions/deploy#--update-labels
This command completes without issue:
gcloud alpha functions deploy <...
0
votes
0
answers
23
views
BigQuery select last modified time using __TABLES__ from all tables in all datasets?
I would like to get list or csv and store it in GCS, where the list contains list of all the tables and the last modified date.
I have more than 130 datasets and 10-20 tables in each datasets. Since I ...
0
votes
0
answers
10
views
Flutter Google Sign-In Error: ApiException: 10
I’m encountering an ApiException: 10 error when implementing Google Sign-In in my Flutter app. Despite following documentation and troubleshooting steps, the issue persists.
Error Details:
...
0
votes
1
answer
36
views
GCP Cloud Functions - How to import local scripts outside of cloud function? How to structure projects that use a global config.py file?
I have one giant repo folder which contains many more sub-repos, and each sub-repo contains multiple cloud functions, i.e.
|-repo_master
|-repo_a
|-cloud_function_a
|-....
0
votes
1
answer
53
views
GKE Multi-Cluster Ingress (MCI) ignores BackendConfig Health Check, uses default HTTP / check
Environment:
GKE Standard Clusters (Version: ~1.31.6-gke.1064001)
2 Clusters (sglang-us in us-central1, sglang-asia in asia-northeast1)
Clusters registered to a Fleet, MCI enabled, sglang-us is the ...
-1
votes
0
answers
19
views
How to get an event when a label is created using pub/sub [closed]
I am working on gmail API and want to know is there any event triggered when we create a new label inside the gmail application.
as per documentation I get notified when an email is added to the ...
0
votes
1
answer
38
views
Stop Otel from tracing its own internal metric exporting activity
I've implemented Otel for my python app sending telemetry to GCP backend. I'm seeing these trace spans for https://otel-collector-xxx.asia-southeast1.run.app/opentelemetry.proto.collector.metrics.v1....
0
votes
2
answers
48
views
Deploy via Maven to GCP Standard Edition has started to fail - Python missing
I have been using the following cloudbuild.yaml file for a number of years and it has worked perfectly
steps:
- name: "gcr.io/cloud-builders/mvn:appengine"
args: ["-D", &...
0
votes
0
answers
24
views
Can't enable Google Cloud Platform Geocoder service
When I try to enable the Geocoding API, I receive this error:
Even though I'm not in India (I have checked Google account region, GCP account region to see if there is any incorrect setting).
If I ...