-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR WITH STEP 11.1 #71
Comments
I had the same issue. What worked for me was to give the compute engine service account (the default service account, which looks like [email protected]) the following permissions:
|
Hi , |
Did you look at the log to see what the error is? Try entering the log link that is provided when the error occurs. When I had this issue, my log was claiming that I didn't have permission to on the resource "path-to-the-secret-of-the-service-account". |
@Priscach 's comment worked for me as well. |
Follow the guide steps and got the error when running gcloud run deploy genai-marketing --source . --region us-central1 --allow-unauthenticated
The text was updated successfully, but these errors were encountered: