ricardograca-scratch commented on issue #23290:
URL: https://github.com/apache/beam/issues/23290#issuecomment-1261958215

   > Would adding `https://www.googleapis.com/auth/cloud-platform` also fix the 
problem or this specific drive scope is necessary?
   
   It's [already 
there](https://github.com/apache/beam/blob/master/sdks/python/apache_beam/internal/gcp/auth.py#L49)
 and it doesn't allow access to Google Drive backed tables, so the drive scope 
is necessary.
   
   > If not, I would suggest adding a new pipeline option that allows such 
customizations.
   
   No other scope is treated this way, and it seems like I would need to do a 
lot of modifications to beam to enable that. I'm no beam expert, not to mention 
I have no experience developing Java or Go, so the likelihood of me actually 
pulling off what you propose is very slim, since it would require a substantial 
amount of time.
   
   Can't I just add the necessary scope since it doesn't seem to cause any 
issues?


-- 
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]

Reply via email to