Hi,
I’m new to GCP and currently facing what seems to be permissions related issues when trying to fire requests using below
https://${{LOCATION}}-aiplatform.googleapis.com/ui/projects/${{PROJECT_ID}}/locations/${{LOCATION}}/endpoints/${{ENDPOINT_ID}}}:predict
Error message:
{
“error”: {
“code”: 403,
“message”: “Permission denied on resource project $[SomeProjectID].”,
“status”: “PERMISSION_DENIED”,
“details”: [
{
“@type”: “type.googleapis.com/google.rpc.Help”,
“links”: [
{
“description”: “Google developers console”,
“url”: “https://console.developers.google.com”
}
]
},
{
“@type”: “type.googleapis.com/google.rpc.ErrorInfo”,
“reason”: “CONSUMER_INVALID”
…