I've created my first Jupyter Notebook in Google cloud. I've followed the instructions here https://cloud.google.com/ai-platform/notebooks/docs/use-r-bigquery
to use R with BQ. However, when I try to run the code I keep getting "Error: Access Denied: Project ABC: User does not have bigquery.jobs.create permission in project ABC. [accessDenied] " where ABC is my project ID.
I've added BigQuery User & Admin permissions, logout, and logged back in, but keep getting the same message.