0
votes

I have a BigQuery table imported from Google SpreadSheets (created from BigQuery Web UI). I (my Google account) am the owner of both the Sheets and the Cloud projects. I tied to access the BQ table using Python client library (according to the doc), but I met the error error message: Failed to read the spreadsheet. Errors: No OAuth token with Google Drive scope was found. Meanwhile, the authentication works when I query other BQ tables, such as those imported from csv. May I know what I missed? Thanks.

1

1 Answers

1
votes

Accessing data hosted within Google Drive requires an additional OAuth scope

Source: https://cloud.google.com/bigquery/external-data-drive