Skip to main content
The 2025 Developer Survey results are in. Explore insights into technology and tools, careers, community and more. View results.

Google Cloud Collective

A collective for developers who utilize Google Cloud’s infrastructure and platform capabilities. This collective is organized and managed by the Stack Overflow community.
334.6k Questions
+52
64k Members
+129
Contact

Can you answer these questions?

View all unanswered questions

These questions still don't have an answer

0 votes
0 answers
7 views

How the firestore support custom class and also custom class supoort FieldValue with typescript?

firestore nodejs sdk support custom class with typescript by withConverter. But only updateDoc support FieldValue, what about setDoc, addDoc? for example: class Post { constructor( ...
0 votes
0 answers
18 views

Expo React Native Firebase App iOS crashes when opening navigating to auth screens

I'm working on an Expo RN app with React-Native-Firebase. In the past, I've had no issues with building and releasing the app. However, it seems recently every release build I've put out (either on ...
0 votes
0 answers
31 views

Vertex AI `gcloud ai models list` returns "Listed 0 items" on a fully activated project

I am trying to access Gemini models via the Vertex AI API but am unable to see any publisher models in my project. Project ID: virio-462215 The Core Problem: When I run the command gcloud ai models ...
-2 votes
0 answers
38 views

How do I use the files I uploaded to Google Drive via the API in an img HTML tag

I'm working on my first React full stack project, and I want to upload the media files (mainly images) on Google Drive, but also read and delete them. The uploading works fine, but when I try to ...
0 votes
0 answers
19 views

How can I track Cloud SQL backup costs per instance in GCP if resource.id is missing in the billing export?

I'm trying to analyze and optimize the cost of Cloud SQL backups in Google Cloud. In the GCP billing export, I see multiple line items with the SKU: "Cloud SQL: Backups in [region]" (e.g., ...

Learn something new
These are the most recent articles in Google Cloud Collective
1 vote
367 views
1 minute read
Knowledge article

Understanding Multi-Attach Errors in Google Kubernetes Engine

Recently, I encountered the following error while working with a statefulset that had only one replica: Warning FailedAttachVolume attachdetach-controller Multi-Attach error for volume <pvc_name>...
Nani's user avatar
  • 838
5 votes
1k views
1 minute read
Knowledge article

The upgrade to GKE 1.26+ activates cgroup v2, causing disruptions to java based workloads.

Hey folks at GKE As the GKE v1.25 is nearing its end-of-life, it is important to understand the impact of the upgrade before proceeding with the cluster upgrade operation. I have come across an issue ...
Nani's user avatar
  • 838
3 votes
21k views
3 minute read
How-to guide

How to complete GCP Docs/Tutorial when your Organization Policy blocks External IPs?

How to complete GCP Docs/Tutorial When Your Organization policy blocks External IPs on VMs? In this how-to you will be resolving a common Organization policy constraint of not allowing External IPs on ...
codeangler's user avatar
0 votes
213 views
2 minute read
Knowledge article

Solving Firebase v9 Code Clutter with a Dot Pattern Helper Class in TypeScript To Help Maximize Firebase v9 bundle Efficiency

Since the release of firebase v9, the bundle size of the client has reduced substantially since now the functions that are used are the only ones being imported and bundled. But this modularity comes ...
Muhammad Faizan's user avatar
2 votes
706 views
6 minute read
Knowledge article

8 Labs by Google Cloud The Arcade — Trivia Jul 2023

If you've never heard The Arcade by Google Cloud, it's a Qwiklabs and Google Cloud program where they create a learning experience for you where you can win prizes and measure your cloud knowledge ...
Maureen Barahona's user avatar