-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to authenticate with Oauth2 #13
Comments
Ouch, it is weird, let me check
JFM
…On Tue, 29 Jun 2021 at 05:56, Joel Giovinazzo ***@***.***> wrote:
*Description Of Bug:*
When trying to connect to my spreadsheet to input or output data, I keep
getting this error that it is unable to find the oauth2.googleapis.com
address.
[image: image]
<https://user-images.githubusercontent.com/21019692/123734520-dd2e3900-d8e0-11eb-8646-cd532cada360.png>
Though the google sheets api is still working fine:
[image: image]
<https://user-images.githubusercontent.com/21019692/123734668-15ce1280-d8e1-11eb-9db8-9654bb15869e.png>
I think oauth2.googleapis.com is no longer used which is why I'm seeing
this error, is it possible for this to be updated to what is currently used?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#13>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACBXYPTF5LF35DRZVOG56D3TVE755ANCNFSM47PHOF3Q>
.
|
Hey, Just wondering if you've had any luck with this? |
I'm getting an error of "Error reading credentials from stream, 'type' field not specified." I'm nube at Google Cloud API's so I might have done something wrong when I started the project in Google. Tried to create a variety of OAuth keys and such but none seem to work and the connection test always fails. Let me know if I can help in some way. Thanks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description Of Bug:
When trying to connect to my spreadsheet to input or output data, I keep getting this error that it is unable to find the
oauth2.googleapis.com
address.Though the google sheets api is still working fine:
I think
oauth2.googleapis.com
is no longer used which is why I'm seeing this error, is it possible for this to be updated to what is currently used?The text was updated successfully, but these errors were encountered: