Hi,
I’m trying to publish an app from Google AI Studio to Cloud Run, but the deployment always fails with the following error:
google.cloud.run.v2.Services.GetService 404
Environment:
-
Google Workspace Business Starter (organization account)
-
Shared GCP project used by multiple team members
Symptoms:
-
Every publish attempt creates a new service account, but no IAM roles are automatically assigned to it
-
Cloud Build history shows no records — the deployment never reaches the Cloud Build stage
-
The error appears to occur during AI Studio’s pre-deployment phase
Troubleshooting steps already completed:
-
Enabled APIs: Cloud Run Admin, Cloud Build, Artifact Registry, Cloud Storage -
Granted roles to user account: API Keys Admin, Cloud Run Admin, Service Account User, Project IAM Admin -
Granted roles to gcp-sa-cloudbuildservice agent: Cloud Run Admin, Service Account User, Project IAM Admin -
Disabled org policy: iam.automaticIamGrantsForDefaultServiceAccountsat project level -
Confirmed org policy constraints/gcp.resourceLocationsis not enforced -
Configured OAuth consent screen -
Compute Engine default service account is active with required permissions
Despite all of the above, each publish attempt still creates a new service account with no permissions, and Cloud Build is never triggered.
This seems to be a platform-level issue specific to Google Workspace organization accounts. Has anyone experienced this or found a workaround?
Thank you.