jfmonteil / Pentaho-Google-Sheet-Plugin

Pentaho Google Sheet Plugin (API V4)
20 stars 17 forks source link

Unable to authenticate with Oauth2 #13

Open Givo29 opened 3 years ago

Givo29 commented 3 years ago

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

Though the google sheets api is still working fine: image

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?

jfmonteil commented 3 years ago

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 https://github.com/jfmonteil/Pentaho-Google-Sheet-Plugin/issues/13, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACBXYPTF5LF35DRZVOG56D3TVE755ANCNFSM47PHOF3Q .

Givo29 commented 3 years ago

Hey,

Just wondering if you've had any luck with this?

mkhouse8 commented 3 years ago

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