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
Yes Google has changed OAuth2 criteria - the default client.id that comes with the library was verified but seems to have lapsed again. To get around it use your own client.id and secret which will let the admin owner through for internal users. That is best achieved using googleAuthR::gar_set_client() before authentication is attempted - see googleAuthR website for details.
Hi,
we have a datascientist who use bigQueryR. Until now it was working well.
But today he had an error:
"
Sign in with Google temporarily disabled for this app.
This app has not been verified yet by google in order to use google sign in
"
It seems that you must to go through the verification process: https://support.google.com/cloud/answer/7454865?hl=en
Do you agree ? Is there something we can do by ourselves ?
The text was updated successfully, but these errors were encountered: