When I am creating a Google Cloud Dataproc cluster I am getting an error 403 PERMISSION_DENIED
error. The exact text of the error is:
{
"code": 403,
"message": "Failed to authorize Cloud Platform service-account for projectId '<project-id>':
...
"status": "PERMISSION_DENIED"
}
What does this error mean and how can I fix it?