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
{{ message }}
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.
I would add that when I use the credential.access_token directly in the OAuth 2.0 Playground in step 2,
I do get the same results, it works for Drive but not for EmailSettings.
Also tried :
EmailSettingsClient + AuthSubToken,
EmailSettingsClient + client.auth_token override,
EmailSettingsClient + HttpRequest(headers=additional_headers),
EmailSettingsClient + OAuth2TokenFromCredentials(credentials).authorize
Could someone else confirm it works (by actually trying, please)
and maybe explain what I'm doing wrong here ?
Many thanks.
The text was updated successfully, but these errors were encountered: