Forum Discussion
Errors: No OAuth token with Google Drive scope was found.
Hey DBrownlow. Same problem here. Did you get through this ?
Simiar problem occur when trying to read Google sheet directly from Power BI : Works fine with a public access GSheet, but fails if authentication is required. Funny, as I already have a Google OAuth Token with BigQuery. GSuite tokens differ from GCP Tokens ?
I'll read the provided article.
Do you found any solution? Because I am having the same issue also.
- Héctor5 years agoNew Member
Not much of a solution but as a quick workaround you can copy the content of the external Google Sheets table into a native BigQuery table with a scheduled query.
You can write the following query on the BigQuery UI:
SELECT * FROM `project.dataset.external_table`Then schedule the query to run daily or hourly, and override the table `project.dataset.native_table`.
Finally, replace references to 'external_table' with 'native_table' in the view.