Closed
Description
There are situations where you can end up with just the access_token. (eg. non-refereshable token for an endusers via oauth webflow).
There doesn't seem to be any way to place that raw token and initialize gcloud node. (gcloud-java recently added it in:
googleapis/google-cloud-java#1029
here are some references for the older googleapis node client:
https://github.com/google/google-api-nodejs-client#making-authenticated-requests
and a citation about overriding the config
#678 (comment)
Activity