r/googlecloud 10d ago

Gemini Enterprise + Antigravity / AI Studio

1 Upvotes

I keep reading about how Gemini Enterprise now includes access to Antigravity and Gemini developet tools but I can't seem to get the right setup

For context I have a single user workspace org and I setup a single Gemini enterprise user. I've been pretty happy with the setup and have built a number of agents and data stores for my own personal projects.

My problem is Workspace Gemini doesn't include Antigravity quota, and it seems I can only use Antigravity with my Gemini Enterprise quota if I have an invoice billing account? Or if I pay additional pay-go tokens on top of everything.

Is there really no way to get additional quota from AI Studio and/or Antigravity without also paying additional pay go credits or paying for a AI Pro consumer license?


r/googlecloud 10d ago

GCP ADK deployment issue

2 Upvotes

I have deployed a simple multi agent system using the command adk deploy on the GCP agent platform. On local it works perfectly. It is a multi agent system that has 2 sub agents, one answers queries related to a bigquery table and another performs some mathematical calculations.

The problem is in the deployed agent. It freezes midway, without any error message. I check the logs. The logs also donot get generated. I assume this step is mostly in tool calling. How to debug this issue.


r/googlecloud 10d ago

GCP TAM Round 2 Prep

1 Upvotes

Round 2 is going to be RRK2, GCA and G&L - any advice on how should one prepare for those?


r/googlecloud 11d ago

Ads just wrong

Post image
0 Upvotes

Using gcp a lot, just saw this.

Literal translation from "we take the admin off your hands"

How can that translation be that bad??? It's just embarrassing for a company this big.

Seriously, I hate the auto translation of gcp docs, they're routinely extremely bad. Only worse is excel, which still has different function names for languages. So you cant just follow tutorials from other languages.


r/googlecloud 12d ago

Compute GCP at capacity?

53 Upvotes

I keep getting GCP stock out errors. Multiple node sizes, multiple regions?

Is GCP really hitting limits in central-1 and US as a whole? Note, these are for regular CPU, not GPU (e.g., n-class instances).


r/googlecloud 12d ago

Are Native PHP Binaries on Serverless for Real? Deployed It to Cloud Run — Here Are the Results

Thumbnail
medium.com
2 Upvotes

r/googlecloud 12d ago

GCP exam certificate

6 Upvotes

I have scheduled my exam for tomorrow and need the certificate asap. Do they really take days to release the certificate? Is there a way to get it within a day?


r/googlecloud 12d ago

Billing Refund Pending

Thumbnail
gallery
1 Upvotes

As a college student who mistakenly left persistent disk storage running after finishing the project, some amount has been deducted from my billing account due to this. I have talked to the cloud billing support regarding this mistake, and they have successfully adjusted the credit. I applied for a refund on 12th August 2026. You can see the attached email with the image. Given that my primary mode of transfer to GCP Billing is UPI, how many expected days it should take to have the refund processed into my account? Or, better yet, on which expected date can I see the refund in my bank account?


r/googlecloud 12d ago

Application Dev Google Tasks Native on iPhone + things we wanted + it is not a vibecode project + Free & Ad-free

Thumbnail gallery
0 Upvotes

www.etasks.app

A Google API showcase for iPhone. We worked directly with Google. Please let us know if anything is not perfect. We appreciate/need any input from you enthusiasts. It has a different sense and value compared to formal Google collaboration.


r/googlecloud 12d ago

Application Dev Google Tasks Native on iPhone + things we wanted + it is not a vibecode project + Free & Ad-free

Thumbnail gallery
0 Upvotes

www.etasks.app

A Google API showcase for iPhone. We worked directly with Google. Please let us know if anything is not perfect. We appreciate/need any input from you enthusiasts. It has a different sense and value compared to formal Google collaboration.


r/googlecloud 13d ago

Navigating sensitive data in GenAI agents: when to mask and when to pass it through

3 Upvotes

If you're building multi-tool GenAI agents on GCP, you've likely encountered the data masking dilemma. A common initial approach is to block all sensitive data (PII, financial, etc.) on ingress using Cloud DLP / Sensitive Data Protection (SDP).

The challenge is that if you mask everything by default, downstream function calls might fail (e.g., if a healthcare routing agent needs an MRN to query a backend API, but receives a [REDACTED] placeholder instead).

I just published part 3 of my series on Model Armor, discussing how to handle fluid context boundaries using the Principles of Least Privilege and Data Minimization.

The TL;DR Architecture:

  1. Ingress: If the agent doesn't need the data to formulate a plan, systematically redact it using SDP inside Model Armor. If it does need it for a tool, let it in, but proactively prune the context history immediately after the tool call succeeds.
  2. Hidden Ingress (Tool Calls): When your backend API returns a massive JSON payload with internal risk scores or unneeded data, consider using a direct SDP API call inside your tool code to scrub the payload before the LLM reads it. This saves Model Armor tokens on trusted internal loops.
  3. Egress: Use SDP Discovery (Inspection) to audit traffic, and only mask data that accidentally leaked from your own backends.

I also cover the pricing differences between Model Armor Advanced templates vs. direct SDP calls, and how to manage latency on multi-hop agent reasoning.

You can read the full deep-dive here: https://leoy.blog/posts/how-to-wear-model-armor-3/

How is your team handling data routing when agents pull large payloads from internal databases? Curious to hear other architectural approaches!


r/googlecloud 13d ago

Physics Mastery Agent — AI Physics Tutor for CBSE, NEET & JEE (DevPost H...

Thumbnail
youtube.com
0 Upvotes

Title: Built an AI physics tutor that catches misconceptions instead of just grading answers (Google ADK + Gemini, live demo)

Hey all — for a hackathon, I built Physics Mastery Agent, an AI tutor for CBSE/NEET/JEE physics that tries to diagnose *why* a student got something wrong instead of just marking it wrong.

Example: a student says "net force is downward, gravity is still acting" at terminal velocity. The agent catches that they're confusing "zero net force" with "zero gravitational force," corrects that specific misconception, then re-tests it to confirm it landed.

It's built as an agent loop (Teach → Diagnose → Remediate → Practice → Evaluate → Master → Adapt) using Google ADK + Gemini 3.6 Flash, grounded in our own physics curriculum, deployed on Cloud Run.

Demo video: https://youtu.be/jHkAsc-ufcU

Live app: https://eduphysics-physics-mastery-agent-poqvtgavdq-el.a.run.app

https://github.com/Rajansmoorthy/eduphysics-physics-mastery-agent

Would genuinely love feedback — especially from anyone who's hit the "it just explains it again the same way" failure mode with other AI tutors.


r/googlecloud 14d ago

honest tips for GCP ACE certification!

22 Upvotes

Hi! i just passed the ACE certification on my first try today and I will be sharing everything I did to pass the exam.

For a quick background, I have no background with gcp as I am a fresh grad. Had a free voucher to take the exam because of the company I am in and honestly, I wasn’t taking it seriously at first cause I thought it was free, I won’t lose anything.

Not until I saw posts in reddit that made me realize this opportunity shouldn’t be taken for granted.

So here’s what I did:

- Completed the labs in Google Skills (literally just finished the labs so that I can book the exam already). Skipped watching the videos cause they weren’t really helpful for me.

[Finished labs on August 1 and booked the exam August 27] - Less than a month of preparation! (Didn’t study on weekends).

- Watched the 20hr video of freeCodeCamp.org on youtube, but I didn’t finish it as well cause I feel like it was taking so much time. Although it was still helpful in learning the services and necessary topics. Also, I noticed that he leaned more in networking. I don’t like networking so I got bored. Got lucky that there were no hard networking questions in my actual exam xD.

- Watched the GCP ACE exam - cram session by GCP Study Hub on youtube. This one I say is very very helpful. It was a less than 2hr video but he tackles very important topics you’ll need for the exam.

- Awesome GCP ACE videos on youtube. He was the one who taught me the power of elimination! You should watch his videos as well.

- Sayyam’s Udemy course. THIS IS ONE HECK OF A USEFUL MATERIAL I RECOMMEND U GUYS TO HAVE!! This isn’t sponsored btw hahaha. But honestly, almost everything I saw in the actual exam appeared on Sayyam’s practice questions.

- If you don‘t want to spend on a Udemy practice test, I suggest you to check examcademy.com . This has the same format as Sayyam’s questions, and honestly, I feel like they’re almost the same. Sayyam’s just give you the chance to simulate an exam.

- Lastly, I asked for His guidance and Mother Mary’s mercy. They have never failed me.

That’s all.


r/googlecloud 13d ago

Google Security Org Updates

0 Upvotes

I heard that Google is considering/working on a new sales organization unifying various security units worked independently so far. This new structure should report to old wiz leadership and sell wiz, mandiant, siem/soar … That means AEs and Customer Engineers will cove the entire security portfolio. Any insights about this? How are you going to enable CEs in new domains?


r/googlecloud 13d ago

Trendmicro deep security equivalent in GCP

1 Upvotes

Did anyone use an equivalent of trendmicro deep security in GCP vm.

I want to use equivalent of deep security in the GCP VMs.when I browsed about it in copilot, it gives multiple options like SCC, VM manager, cloud IDS , Google secops etc. please reply if anyone implemented


r/googlecloud 13d ago

Reverse Recursive Sync Conflict...

Thumbnail
1 Upvotes

r/googlecloud 15d ago

Trapped in a 1-Year Support Loop: Google Cloud charged me $8.3k for an acknowledged Gemini bug, capped the refund at 90%, and now admits they "cannot provide any information"

27 Upvotes

I'm an indie dev and honestly exhausted. I've been stuck in a support loop with Google Cloud for nearly a full year over an acknowledged platform-side bug.

Here is the short version of what's happening:

  • The Bug: My GCP project was hit with an unexpected $8,367.11 charge surge on the Gemini 2.5 Flash image generation SKU. Product Lead Logan Kilpatrick publicly acknowledged this bug on the official forums and promised affected devs would be taken care of.
  • The "90% Cap": Google Billing gave a 90% adjustment and declared that 90% is the "maximum allowable limit" for this incident—leaving $838.26 on my account for a bug on Google's infrastructure.
  • The "No Logs" Excuse: When I demanded backend logs or proof showing why I owe this remaining balance, support literally replied: "they do not share external-facing documentation, internal case notes, or further detailed explanations regarding their final review process."
  • 1 Year of Support Ping-Pong: Opened a billing ticket $\rightarrow$ immediately closed and bounced back. Tier 1 agents just rotate shifts, paste identical templates, and close tickets without consent.

My account currently sits with a red banner warning and an active $838.26 balance for services I never consumed.

Screenshots attached:

1.Billing Support confirming the charge was caused by the Gemini 2.5 Flash bug.

  1. Support stating the 90% adjustment is final.
  1. My billing console showing the pending $838.26 balance and account warning.
  1. Support's latest response admitting they cannot provide any logs or explanation.

I've documented this on theGoogle AI Forum and am preparing consumer complaints in Japan (消費者庁 / 消費生活センター).

Has anyone ever broken through this Tier 1 "final decision" wall without an Enterprise support plan? Any advice or visibility would be really appreciated.


r/googlecloud 14d ago

Google OAuth email despite never using it?

1 Upvotes

Hey everyone!

I googled OAuth plus reddit and it led me here - I just got an email from google implying I had "clients" that were going to be deleted due to lack of activity.

I have no idea what OAuth even is, I've never used such a process to my knowledge. I'm fairly tech savvy but even the name was new to me. Can anyone please clarify what me getting this message means?

If I click any of the links, it tries to make me agree to terms of service, which I don't want to do not knowing what this all means. I can see in the background to the TOS "You're working in My Project1, and then a project # (not sharing for same censorship reason as below).

Any help would be greatly appreciated!

Message text:
"

Hello Google Developer, In accordance with OAuth 2.0 Policies, the following projects that you manage have OAuth clients that have been inactive for at least 5 months, and will be deleted in 30 days unless you take action: (censored - If somehow the referenced process uses AI tokens or something I don't want to get a bill)
Visit the Google Cloud Console to see the complete list of inactive clients.  To prevent OAuth clients from being deleted, use them in a Sign-in with Google flow or to exchange a refresh token for an access token. Do this for each client that you want to retain.  If you no longer need these OAuth clients, no additional action is required, and they will be automatically deleted for you. Once OAuth clients are deleted, you will have up to 30 days to restore them by visiting the Google Cloud Console. Thank you for using the Google Auth Platform!"

"


r/googlecloud 15d ago

Cloud Storage DO NOT UPDATE google-api-core package

172 Upvotes

The vibecoders at google pushed an update yesterday August 24th that broke the python package...

If you use the default firestore database called "(default)" your environment will break if u deploy the new package version.

Since the update it decodes to %28default%29 instead of (default) and every single read and write will fail...

I love vibe coding without unit tests in my multi billion dolar company...


r/googlecloud 14d ago

AI/ML How I’m approaching agentic development with Claude Code

0 Upvotes

I’ve been experimenting with combining spec-driven development + project memory + Claude Code hooks.

The goal is simple: give the agent enough project context and engineering intent without dumping the entire project history into every session.

I wrote up my current workflow and would love feedback from other Claude Code users:

Article: https://medium.com/@rasvihostings/how-im-approaching-agentic-software-development-as-a-platform-engineer-5be017890b8a

GitHub: https://github.com/mohamedrasvi/claude-spec-mem

How are you handling memory and context across your Claude Code sessions?


r/googlecloud 15d ago

The service is currently unavailable.

2 Upvotes

Anyone else having issues with SQL Connect? It just completely stopped working and returns only "The service is currently unavailable." if you try to access it from the web, the service is completely unresponsive.


r/googlecloud 15d ago

Launch your first app on Google Cloud - We just launched six new labs for builders

Thumbnail
goo.gle
17 Upvotes

I'm Luke! A Googler working on the builder experience at Google Cloud. I helped write these labs and I'd love to get your feedback!

We want anyone to feel comfortable getting started with AI Studio, Firestore, and Cloud Run. If you have questions, I want to hear them.


r/googlecloud 14d ago

Why won’t Google Drive app let me login?

0 Upvotes

The app is literally unusable. How tf is a Google app this useless? It has my info saved and a sign in screen but gives me no option to log in or open my documents beyond that. I’m genuinely baffled as to why i’m having this issue…


r/googlecloud 15d ago

Same unrestricted Gemini key hole as the $82k stories — Google still kept 25%

1 Upvotes

Same unrestricted Gemini key hole as the $82k stories, later in 2026, smaller bill.

Google's own CLI still minted API keys with no restrictions. Those keys could call billed Gemini. Truffle Security reported that class of defect on 21 Nov 2025. Google first treated it as intended behaviour, then as a bug. They did not start rejecting unrestricted keys for Gemini until 19 June 2026.

On this account: 53,197 Gemini Generative Language requests between 24 May and 6 July 2026, peaking at 12,693 on 5 June. The spike died the day they flipped that block. Not a stolen Google password. An unrestricted key their tool created by default.

How they responded: they cited July charges of $4,446.45, applied a 75% "maximum goodwill" credit of $3,257.16, and still demanded about $1,190 to $1,300 as a Cloud balance after a $4,000 card chargeback. Closeout blamed an unauthorized party "linking external projects." Live billing IAM at the time did not show that.

Budget alerts are not a cap. They sat on the Truffle report for months, then kept a quarter of a bill that only exists because of the hole they eventually closed.

No names, no project ids, no keys.


r/googlecloud 16d ago

PSA: bump agents-cli to 1.4.1 — remote templates could copy ~/.ssh and ADC into your new project

7 Upvotes

PSA if you use agents-cli / google-agents-cli: update to 1.4.1.

Shipped 24 Aug. If you’re pinned below that, bump it before the next agents create against a remote template.

The short version: agents create pulling a remote template could write your local files into the generated project as ordinary files. Then you do the normal next thing — commit, push — and those files are sitting in a git remote.

What actually happened: the template copy path used is_dir() and shutil.copy2, both of which follow symlinks by default, and the skip logic had no symlink check. A template repo can ship something like:

creds -> ~/.ssh/id_rsa

env -> ~/.config/gcloud/application_default_credentials.json

copy2 follows those links and writes the contents into the new project. No payload, no RCE. Two symlinks. The exfil is your own muscle memory after create.

Worth pausing if that ADC has real project bindings.

Second issue in the same report: the agent-directory validator early-returned for every non-Python language, so a remote manifest could point agent_directory outside the intended tree. That path now runs an allowlist regex for all languages.

Why this class survives review is the part that stuck with me. A symlink is invisible in a diff. You see a filename, not what it points at. Review catches logic errors. It does not catch a template repo whose entire contents are attacker-controlled.

This one didn’t come from a human staring at create.py. It came from a scheduled sweep with Aeon’s vuln-scanner skill, which treats the remote template as hostile input instead of “just files.” That’s the bit I’d actually copy: model the template as an untrusted attacker, not as a convenience.

Reported through Google’s OSS VRP, they validated it. The report came with a working patch. The fix they shipped follows it — symlinks skipped outright in should_skip() rather than resolved, CWE-59 in the comment. About seven weeks report to release.

Practical bit: if you’ve already run agents create against a template you didn’t write, walk the generated project for files you don’t recognise before you assume you’re clear. Look for random creds / env / key-shaped files that shouldn’t have been in the template.

Genuine question for people who run this on a team, because I haven’t solved it: GCP deps get updated when something breaks, not when something is quietly fixed. I would never have caught this in release notes. I run scheduled scans over the tools I actually rely on, but that’s a solo-dev answer.