You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Google cloud, when no credentials files exist, without explicit configuration or with source set to :metadata, an impersonated token can be created with Goth.Token.for_scope("https://www.googleapis.com/auth/gmail.send", "[email protected]"), but that is deprecated
I cannot find a way to configure Goth so that Goth.fetch returns an impersonated token
The text was updated successfully, but these errors were encountered:
On Google cloud, when no credentials files exist, without explicit configuration or with source set to
:metadata
, an impersonated token can be created withGoth.Token.for_scope("https://www.googleapis.com/auth/gmail.send", "[email protected]")
, but that is deprecatedI cannot find a way to configure Goth so that Goth.fetch returns an impersonated token
The text was updated successfully, but these errors were encountered: