Permissions to deploy Notebooks #1967
Unanswered
ArtemKorneevGA
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I try to follow extreme_weather_programming but I've got an error:
403 GET https://us-central1-aiplatform.googleapis.com/v1beta1/projects/<PROJECT_ID>/locations/us-central1/notebookExecutionJobs/671103414687498240?view=NOTEBOOK_EXECUTION_JOB_VIEW_FULL: Permission 'aiplatform.notebookExecutionJobs.get' denied on resource '//aiplatform.googleapis.com/projects/<PROJECT_ID>/locations/us-central1/notebookExecutionJobs/671103414687498240' (or it may not exist). [{'@type': 'type.googleapis.com/google.rpc.ErrorInfo', 'reason': 'IAM_PERMISSION_DENIED', 'domain': 'aiplatform.googleapis.com', 'metadata': {'permission': 'aiplatform.notebookExecutionJobs.get', 'resource': 'projects/<PROJECT_ID>/locations/us-central1/notebookExecutionJobs/671103414687498240'}}]
I think that service account doesn't have needed permissions. I tried to add everything mentioned here: https://cloud.google.com/bigquery/docs/create-notebooks
But it didn't work
Could you please provide recommendations what roles needed to use Notebooks?
Beta Was this translation helpful? Give feedback.
All reactions