50,347 questions
0
votes
0
answers
45
views
Error when creating a new data store - "Schema preview failed. The service is currently unavailable." [closed]
We are trying to create a new data store for the purpose of Vertex AI Search application.
We select the "eu" location and click on "Create data store".
We select "Cloud ...
-1
votes
0
answers
33
views
DEADLINE_EXCEEDED when calling projects.locations.collections.dataStores.create API
We are trying to create a data store using GCP's REST API. We are using the projects.locations.collections.dataStores.create endpoint.
curl -X POST \
-H "Authorization: Bearer $(gcloud auth print-...
1
vote
0
answers
58
views
Restore PostGIS and ArcSDE objects from PostgreSQL 13 to Google Cloud SQL Postgres 17 [closed]
I am trying to restore a database backup from a self-hosted PostgreSQL 13 instance to Cloud SQL for PostgreSQL 17. The source database has the PostGIS extension with ArcSDE and custom data types and ...
-2
votes
0
answers
45
views
Google Solar API buildingInsights returns significantly smaller roof area
I am building an application to extract solar potential data for commercial properties using the Google Solar API (buildingInsights:findClosest).
For most properties, it works perfectly. However, I am ...
1
vote
0
answers
40
views
Google Meet Add-on stopped initializing after trying to add CoDoingClient (even after reverting)
I built a Google Meet add-on that loads an Angular web app inside the Meet side panel. The app initializes the Meet Add-on SDK, creates a session, gets meeting info, and then lets a bot connect via ...
-2
votes
0
answers
43
views
google-cloud-platform getting quota exhausted for first request, for newly setup project which is one day old now , but still it is giving error [closed]
i created one new project , i done all the necessary step. all setup done , andnot a single request is done , but when i run the first request , it show
aiplatform.googleapis.com/...
-1
votes
0
answers
39
views
GCP VPCSC Access Level Issue
I have a access level setup to allow Service Accounts coming from outside perimeter projects to interact with project resources under a VPCSC perimeter.
The access level whitelist the SVC using "...
Best practices
0
votes
1
replies
47
views
Minimum IAM role on target GCP project for GA4 Analytics Admin API CreateBigQueryLink?
We are building a B2B SaaS platform that programmatically creates BigQuery export links from customer GA4 properties to our GCP project using the Analytics Admin API.
API call:
POST https://...
0
votes
1
answer
45
views
GCP MySQL 8.0.44 mysql_native_password setting not working [closed]
I have set up a Cloud SQL instance, which is running MySQL 8.0.44, with the flag default_authentication_plugin set to mysql_native_password. Unencrypted network traffic is allowed (due to legacy ...
-1
votes
1
answer
35
views
Why is it so difficult to configure authorization for a Google Apps (Sheet) project?
The project comprises 8 Google spreadsheets and one library; it implements logic to support a business operating in a remote location with a requirement to track the earnings and expenses of its ...
1
vote
1
answer
156
views
Bigquery storage API `to_arrow_iterable` returns only 8 rows at a time
I have this code to retrieve millions of rows from my BigQuery query results:
query_job = client.query(
query,
)
storage_client = bigquery_storage....
0
votes
0
answers
44
views
400 Precondition check failed GCP VertexAI
I have developed a hybrid (text+semantic) search algorithm in GCP VertexAI. For that I created 3 different collections with dense embedding layers having the following schema. Suddenly the algorithm ...
Advice
0
votes
0
replies
79
views
Does the Google Cloud Asset API return asset relationships?
I need advice from people with real experience.
Context:
A client asked for a CMDB integration between GCP and another platform. The goal is to discover assets and replicate them (including ...
0
votes
0
answers
74
views
Google Vision API returns HTML 403 from one VPS IP while the same request works from other networks
I am trying to call the Google Vision API (images:annotate) from a VPS server.
When I send a request without any headers, from my local machine or another server I get the expected API response (for ...
0
votes
1
answer
69
views
Java Spark mapPartitions retry causing duplicate inserts into BigQuery on task failure
I have a dataproc java Spark job that processes a dataset in partitions and inserts rows into batches.
The code uses rdd.mapPartitions with an iterator, splitting rows into batches (e.g., 100 rows ...