8
Views
1
Comments
Solved
[Google Sheets Integration Service] Error invalid_request: Could not determine client ID from request.
Question
googlesheets-is
Service icon
Forge asset by OutSystems Lab
Application Type
Service

Im trying to connect to Google Sheets but I`m getting this error at the oAuthCallback.

Error invalid_request: Could not determine client ID from request.

Am I missing something?

2018-11-07 10-57-20
Carolina Bessa
Solution

I found the issue.

It is in the component Google Authentication Core > GoogleLogin_TriggerCallback action that was not saving correctly the new state value after Google login.

To not change the forge module logic I just added the word "new" to the access token so it can create a record in the database to be updated after Google Authentication.

Now its working.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.