AI Studio team.,You completely botched the Pro tier migration. Paying for your premium tier literally breaks the platform’s core multimodal features.
I just ran a side-by-side test:
- Free Account: Uploads an .mp4, parses the video, and generates a response flawlessly.
- Pro Account: Exact same file, exact same prompt. Instantly crashes with “An internal error has occurred.”
I dug into the network tab. Decoding the failing Pro request payload reveals the exact architectural fuck-up on your end:
[,[3,"per-user quota requests cannot use project-scoped features such as files"]]
Here is what your backend is doing: You are charging us for a Pro tier, putting us in a premium bucket, but your system is failing to resolve the quota scopes. It is trying to execute a “project-scoped feature” (the File API) using a “per-user quota” context. It hits a hard IAM clash and throws a 403.
The free tier bypasses this entirely and works perfectly. The fact that upgrading to a paid tier immediately locks developers out of uploading video and image context is a massive oversight.
Stop gating basic File API access behind broken billing scopes. Fix your quota mapping.
Attached: proofs.


