I am trying to export the results of a BigQuery view to Excel using the Simba ODBC Connection. The view I am querying references tables which are linked to Google Sheets, however I can't get the permissions to pass through to the Google Sheet, getting the error:
[Simba][BigQuery] {20} Query execution failed: Access Denied: BigQuery BigQuery: No OAuth token with Google Drive scope was found.
The Google Sheet was created using the same Google account that has access to BigQuery and ODBC connection has the "Request Google Drive scope access" setting ticked.
Does anyone have any ideas about how I can resolve this?
Alan