yu-iskw opened a new issue, #3522:
URL: https://github.com/apache/arrow-adbc/issues/3522
### 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
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]