Title: AI Studio publish fails with google.cloud.run.v2.Services.GetService 404 on Google Workspace organization account

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:

  • :white_check_mark: Enabled APIs: Cloud Run Admin, Cloud Build, Artifact Registry, Cloud Storage

  • :white_check_mark: Granted roles to user account: API Keys Admin, Cloud Run Admin, Service Account User, Project IAM Admin

  • :white_check_mark: Granted roles to gcp-sa-cloudbuild service agent: Cloud Run Admin, Service Account User, Project IAM Admin

  • :white_check_mark: Disabled org policy: iam.automaticIamGrantsForDefaultServiceAccounts at project level

  • :white_check_mark: Confirmed org policy constraints/gcp.resourceLocations is not enforced

  • :white_check_mark: Configured OAuth consent screen

  • :white_check_mark: 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.