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
Hey, we found documentation for this client pretty incomplete and we've ran into many issues.
It's not mentioned that localhost should be added inside gcp oauth redirect uris section
redirect uri ietf:... provided in docs cannot be added in gcp and when it's in redirect_uris in credentials.json it gives redirect_uri_mismatch error
It's not mentioned that email we want to test should be added in gcp, if the app is not public
When we finally came to the point where we left http://localhost as the only URI in redirect_uris in credentials.json, we weren't redirected to the google screen showing us the code, it redirected us to the localhost with the code in the url, however page was showing us some node.js error
Hey, we found documentation for this client pretty incomplete and we've ran into many issues.
ietf:...
provided in docs cannot be added in gcp and when it's inredirect_uris
incredentials.json
it givesredirect_uri_mismatch
errorhttp://localhost
as the only URI inredirect_uris
incredentials.json
, we weren't redirected to the google screen showing us the code, it redirected us to the localhost with the code in the url, however page was showing us some node.js errorCould you update it please?
The text was updated successfully, but these errors were encountered: