You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Problem: Unlike KFP, when running on Vertex AI, google.auth.default() returns incorrect GCP project ID.
37
-
# This leads to failure when trying to create any resource in the project.
38
-
# google.api_core.exceptions.PermissionDenied: 403 Permission 'aiplatform.models.upload' denied on resource '//aiplatform.googleapis.com/projects/gbd40bc90c7804989-tp/locations/us-central1' (or it may not exist).
39
-
# We can try and get the GCP project ID/number from the environment variables.
# Problem: Unlike KFP, when running on Vertex AI, google.auth.default() returns incorrect GCP project ID.
62
-
# This leads to failure when trying to create any resource in the project.
63
-
# google.api_core.exceptions.PermissionDenied: 403 Permission 'aiplatform.models.upload' denied on resource '//aiplatform.googleapis.com/projects/gbd40bc90c7804989-tp/locations/us-central1' (or it may not exist).
64
-
# We can try and get the GCP project ID/number from the environment variables.
0 commit comments