ricardograca-scratch commented on PR #23644:
URL: https://github.com/apache/beam/pull/23644#issuecomment-1372351720
@lukecwik Can you explain how this works? I upgraded Beam to version to
2.43.0, added the following:
```
pipeline_args = [
...,
'--gcp_oauth_scope',
'https://www.googleapis.com/auth/drive'
]
pipeline_options = PipelineOptions(flags=pipeline_args)
pipeline = beam.Pipeline(options=pipeline_options)
```
But still get
```
Access Denied: BigQuery BigQuery: Permission denied while getting Drive
credentials.
```
--
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]