Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

AI Model Deployment on Google Cloud – Getting Error in Vertex AI

Hello everyone,

I'm trying to deploy an AI model using Vertex AI on Google Cloud.
But I'm getting an error that says:
**"PermissionDenied: 403 The caller does not have permission"**

**What I've tried so far:**
- Checked IAM permissions
- Enabled Vertex AI API
- Assigned Vertex AI roles to my service account

Still, the error comes.

**Can anyone guide me if I missed something?**

Thanks in advance!
@ChahatKumar

Solved Solved
1 2 111
2 ACCEPTED SOLUTIONS

Hi @chahatkumar00,

Welcome to Google Cloud Community!

The error you have encountered suggests that you need to assign the appropriate role/permission and you need to verify if you are using the right service account.

To investigate further, use Cloud Audit Logs to identify potential errors. You may also consider the solution outlined in Troubleshooting Vertex AI documentation, as it could provide insights specific to your case scenario.

Was this helpful? If so, please accept this answer as “Solution”. If you need additional assistance, reply here within 2 business days and I’ll be happy to help.

View solution in original post

Thank you for the guidance. I updated the IAM roles and re-authenticated using `gcloud auth application-default login`. That resolved the issue. Appreciate the support!

View solution in original post

2 REPLIES 2

Hi @chahatkumar00,

Welcome to Google Cloud Community!

The error you have encountered suggests that you need to assign the appropriate role/permission and you need to verify if you are using the right service account.

To investigate further, use Cloud Audit Logs to identify potential errors. You may also consider the solution outlined in Troubleshooting Vertex AI documentation, as it could provide insights specific to your case scenario.

Was this helpful? If so, please accept this answer as “Solution”. If you need additional assistance, reply here within 2 business days and I’ll be happy to help.

Thank you for the guidance. I updated the IAM roles and re-authenticated using `gcloud auth application-default login`. That resolved the issue. Appreciate the support!