Skip to main content
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: ...
mjDanny's user avatar
0 votes
0 answers
9 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 ...
David's user avatar
  • 15k
0 votes
0 answers
18 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 ...
marianod323's user avatar
0 votes
0 answers
44 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 ...
Hadizat Abdulhakieem's user avatar
0 votes
0 answers
23 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 ...
hrtlkr29's user avatar
  • 413
0 votes
1 answer
24 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 ...
Rami Mohammed's user avatar
0 votes
0 answers
40 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 ...
N_J's user avatar
  • 1
-1 votes
0 answers
24 views

why we can set OAuth2 on Thunderbird easily compared to gcould? [closed]

I want to send gmails on linux shell or windows Powershell, not to use browser. Now needed oauth2 for gmail and I investigated gcloud(project, application, service-account...), I know many many steps ...
koichi's user avatar
  • 1
0 votes
0 answers
27 views

How can I do `math.ceiling()` in GCP cloud workflow?

I found math.floor: https://cloud.google.com/workflows/docs/reference/stdlib/math/floor actually, I didn't even find math.floor useful, since I can already accomplish the same effect by calling int() ...
watashiSHUN's user avatar
  • 10.6k
-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 ...
David's user avatar
  • 15k
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 <...
red888's user avatar
  • 31.9k
0 votes
0 answers
20 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 ...
Shasha's user avatar
  • 1
0 votes
0 answers
15 views

Disable auto scaling for templated jobs

In Dataflow, you can run jobs without autoscaling. This is typically achieved by setting a pipeline_option called autoscaling_algorithm to NONE. Attempting the equivalent on Templated Dataflow Jobs ...
user30237673's user avatar
0 votes
0 answers
32 views

How to prevent deletions from source (GCP CloudSQL MySQL) reflecting in GCP BigQuery using Datastream?

Description: We are currently using Google Cloud Datastream to replicate data from a CloudSQL (MySQL) instance into BigQuery in near real-time. The replication works perfectly for insert and update ...
Ashwini Kumar's user avatar
0 votes
0 answers
23 views

Spring Boot fails to load DataSource properties from GCP Secret Manager on GCE

I'm trying to configure my Spring Boot application running on GCE (Google Compute Engine) to fetch database connection properties from GCP Secret Manager. Goal: I want to store multiple related ...
Chang Hyeon Kim's user avatar

15 30 50 per page
1
2 3 4 5
3385