The Cold Shoulder

When the Door Closes on the Biggest Player in the Room

Here’s what actually happened between Google and OpenAI — and why the story everyone’s telling misses the point entirely.

I’ve been watching this unfold with the kind of fascination usually reserved for watching two tech giants play chicken on a highway. On the surface, it looked like Google took aim at ChatGPT and pulled the trigger. The reality? OpenAI just happened to be standing in the exact spot where Google was tightening the screws on everyone.

Let me walk you through what really went down.

The Moment Everything Changed

Picture this: June 15, 2026. ChatGPT rolls out shiny new Google integrations — Drive files, BigQuery, Google Meet actions tucked under Calendar. Sounds great, right? Except these weren’t simple read-only peeks at your data. These were full-blown read-and-write permissions, the kind that make enterprise security teams break out in cold sweats.

To make these work, OpenAI’s OAuth app needed to request significantly broader scopes from Google Workspace. We’re talking permissions like https://www.googleapis.com/auth/gmail.modify — the kind that can fundamentally alter your email, not just read it.

And here’s where it gets interesting. Google’s default API controls looked at these requests and said, essentially, “Not so fast.” The system blocked the connections until administrators explicitly approved them. This wasn’t personal — it was policy. But the experience made it feel deeply personal to anyone trying to use ChatGPT that day.

The cruel twist? Some OAuth flows failed before ChatGPT even knew which scope was blocked. So from the user’s perspective, ChatGPT just… broke. The symptom appeared in OpenAI’s product. The cause lived in Google’s infrastructure. Classic misdirection.

This wasn’t even the first time. An earlier round of Google Drive actions had already forced Workspace admins to re-authorize scopes or face connection errors. June was just the louder, more visible version of a pattern that had already started playing out.

How the Machine Actually Works

Every third-party app touching Workspace lives in one of four tiers — think of them as security clearance levels. “Trusted” apps get the keys to the kingdom: all services, all scopes, including the restricted ones. “Specific Google data” limits the app to only named scopes. “Limited” allows unrestricted services only. “Blocked” means exactly what you think.

The control center for all this sits buried in the Google Admin console — Security, then Access and data control, then API controls, then Manage App Access. It’s where every app’s requested OAuth scopes are laid bare for administrators to judge.

Google refreshed this guidance on June 18, 2026, just three days after OpenAI’s expansion. The timing tells you everything. Google was rewriting the rulebook in the same window OpenAI was widening its footprint.

The Fix (If You Need It)

For organizations that actually want ChatGPT’s Google integrations working again, there are two paths forward.

The careful approach: disable any Google app actions you don’t need in ChatGPT’s settings — maybe you don’t want BigQuery access or Drive write permissions — then explicitly approve only the OAuth scopes required for what you kept. This is the “measure twice, cut once” strategy.

The risky approach: mark the ChatGPT app as “Trusted” in your Admin console, which grants sweeping access to your organization’s data. It’s the equivalent of giving someone a master key to your building because they need to use the conference room. Most security teams would rather eat glass.

Once you’ve updated Workspace settings, affected users just disconnect and reconnect their Google accounts inside ChatGPT to refresh their authorization tokens. Simple enough — if you know what you’re doing.

The Bigger Game Being Played

Here’s what most people are missing: this scope fight is a symptom of something much larger happening beneath the surface.

At Google Cloud Next in April 2026, Google signaled a fundamental shift from simple AI integrations to autonomous, multi-agent workflows. They introduced an entirely new enterprise control plane for AI, complete with Agent Identities (cryptographic IDs for non-human AI agents), an Agent Gateway (centralized policy enforcement), and Model Armor (runtime protection against prompt injections and data leakage).

On May 4, Google made its AI control center generally available — a centralized dashboard for governing how generative AI and agents access Workspace data. A few days earlier, they opened the Workspace MCP server to public developer preview, covering Gmail, Drive, Calendar, Chat, and People tools as a governed channel for external AI agents.

Why does this matter? Because agentic systems can pull, synthesize, and act on massive amounts of data instantly. When an external agent suddenly requests broader access to corporate data, Google’s system now defaults to “block” to prevent shadow AI and unauthorized data scraping.

OpenAI was simply the most visible third party expanding its reach while Google was laying this new foundation. Wrong place, wrong time — or maybe exactly the right time, depending on your perspective.

The Irony Nobody’s Talking About

Here’s where it gets delicious.

The new AI control center that Google launched with such fanfare? It governs Google’s native AI surfaces — Gemini, Workspace Studio, the home team. Third-party agents connecting over OAuth — which represents the fastest-growing shadow-AI risk — still get managed through the older API Controls section buried under Security in the Admin console.

So the entire OpenAI scope drama played out in the old room, not the new one. The headline product Google launched specifically for AI governance wouldn’t have helped a single administrator blindsided by the June 15 change. They still had to navigate to API Controls, the same place they’ve managed third-party apps for years, and make the call manually.

That’s the real story here. Not that Google targeted OpenAI. That Google is mid-construction on AI governance infrastructure, the scope rules tightened as part of that build-out, OpenAI’s reach expanded at precisely the same moment, and the one tool marketed as the answer doesn’t yet cover the case that actually broke in production.

Why This Actually Matters

The stakes here aren’t academic exercises for security wonks. IBM’s 2025 data showed shadow-AI-related breaches cost an average of $670,000 more than regular breaches, with a 247-day detection window — that’s eight months of an attacker living in your systems before you even know they’re there. One in five organizations got hit during the year.

The permission layer isn’t just a feature anymore. It’s the product. It’s the moat. It’s the thing that determines whether your AI strategy becomes a competitive advantage or a compliance nightmare.

OpenAI just learned that lesson in public, with millions of users watching.

And here’s what I keep coming back to: this is just the beginning. As AI agents become more autonomous, more capable, and more integrated into our workflows, these permission boundaries are going to be tested constantly. Every new capability an AI wants to offer requires broader access to our data. Every broader access request triggers security controls that were designed for a simpler era.

We’re watching the collision between the future we want — AI that can actually do things for us — and the infrastructure we built for a world where humans were the only actors in the system.

Google didn’t single out OpenAI. But OpenAI was the one left standing in the cold when the door closed. And that door? It’s going to keep closing, tighter and tighter, until we figure out how to build AI systems that are both powerful and trustworthy.

The question isn’t whether Google was right to tighten its controls. The question is whether anyone building AI agents is ready for a world where permission boundaries actually matter again.

Based on what I saw in June, I’d say most of them aren’t.


Where The Information Came From

OpenAI Help Center — June 15 scope change details
https://help.openai.com/en/articles/10408842-google-app-for-chatgpt-data-controls-faq Google Workspace — Admin console API controls guide
https://knowledge.workspace.google.com/admin/apps/control-which-apps-access-google-workspace-data Google Workspace AI control center announcement
https://workspaceupdates.googleblog.com/2026/05/securely-manage-AI-and-agent-access-to-Workspace-data-with-the-AI-control-center.html
Google Workspace MCP server developer preview
https://workspaceupdates.googleblog.com/2026/05/agent-tools-and-security-updates-for-workspace-developers.html
The governance gap analysis (third-party OAuth outside AI control center)
https://joaolealdasilva.medium.com/google-built-an-ai-control-centre-for-workspace-its-about-time-99a765dc1ce0