-
Notifications
You must be signed in to change notification settings - Fork 173
Open
Labels
Type: enhancementNew feature or requestNew feature or request
Description
What feature or improvement would you like to see?
We need to additionally specify the Google Drive API scope, if we want to access spreadsheets on Google Drive.
const (
// Scope is the Oauth2 scope for the service.
// For relevant BigQuery scopes, see:
// https://developers.google.com/identity/protocols/googlescopes#bigqueryv2
Scope = "https://www.googleapis.com/auth/bigquery"
)
https://cloud.google.com/go/docs/reference/cloud.google.com/go/bigquery/latest
Metadata
Metadata
Assignees
Labels
Type: enhancementNew feature or requestNew feature or request