Skip to content

Support BigQuery scopes #3522

@yu-iskw

Description

@yu-iskw

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

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions