I am currently facing an issue with calling the text-bison@001 API in my App Engine deployment. While the API works perfectly fine on my local machine, I encounter the following error message when calling the API from the deployed app:
403 Permission 'aiplatform.endpoints.predict' denied on resource '//aiplatform.googleapis.com/projects/tr-media-analysis/locations/us-central1/publishers/google/models/text-bison@001' (or it may not exist). [reason: "IAM_PERMISSION_DENIED"]
I have already checked the Service Account associated with the App Engine, and it has been granted the necessary AI Platform Developer rights.
I would greatly appreciate any insights or suggestions on how to resolve this problem. Are there any additional permissions or configurations that I might be missing?
Hi @Marramirez , I have the same error when trying to run predictions on my Vertex AI Workbench Jupyter Notebook, although it runs fine in a Colab one. Any ideas why it could happen ?