I have a service account provided by a vendor client
I'm using the .NET API to pull data from their database with the service account they provided I'm trying to run a simple query "select name from [projectId].[datasetId].[table]" And I'm getting the following error:
Access Denied: Project [projectId]: User does not have bigquery.jobs.create permission in project [projectId]. [403]
Errors [
Message[Access Denied: Project [projectId]: User does not have bigquery.jobs.create permission in project [projectId].] Location[ - ] Reason[accessDenied] Domain[global]
]
- How can I check my service account permissions?
- How can I authenticate my service account?
- The only way to perform a 'select' is with a job permission?