Hi team, my AI credits are not being used when my model quota is exhausted.
My Setup:
-
Enable AI Credit Overages is toggled ON, and I have 24,968 credits (
image_8e429b.png). -
I am on a Google AI Ultra family sharing plan (quotas are shared across the subscription).
-
I execute tasks via Python
subprocess.run()wrappers to avoid Windows UAC triggers.
The Issue: Instead of deducting from my credits, the system blocks execution with:
Error Individual quota reached. Contact your administrator to enable overages.(image_8be258.png).
Could this be a bug with how family plan sharing is authorized, or perhaps the CLI failing to inherit the IDE’s overage toggle? Any help is appreciated!
