When running the demo Sample Google Sign-In app, name, email, and image do not populate. I've set up the people API and enabled the scopes below in the google developer console as well. I'm not sure if it's related to this:
Beginning April 30th, 2022 new applications must use the Google Identity Services library, existing apps may continue using the Platform Library until the deprecation date.https://developers.google.com/identity#google-sign-in
I tried this in a fresh install of the chromium browser with no ad blockers or script blockers.
In the browser console, I get the following:
Uncaught : details: "You have created a new client application that uses libraries for user authentication or authorization that will soon be deprecated. New clients must use the new libraries instead; existing clients must also migrate before these libraries are deprecated. See the [Migration Guide](https://developers.google.com/identity/gsi/web/guides/gis-migration) for more information." error: "idpiframe_initialization_failed"
Steps to reproduce the problem
To reproduce this you'll probably need to create a brand new project
What goes wrong
When running the demo Sample Google Sign-In app, name, email, and image do not populate. I've set up the people API and enabled the scopes below in the google developer console as well. I'm not sure if it's related to this:
Beginning April 30th, 2022 new applications must use the Google Identity Services library, existing apps may continue using the Platform Library until the deprecation date. https://developers.google.com/identity#google-sign-in
I tried this in a fresh install of the chromium browser with no ad blockers or script blockers.
In the browser console, I get the following:
Uncaught : details: "You have created a new client application that uses libraries for user authentication or authorization that will soon be deprecated. New clients must use the new libraries instead; existing clients must also migrate before these libraries are deprecated. See the [Migration Guide](https://developers.google.com/identity/gsi/web/guides/gis-migration) for more information." error: "idpiframe_initialization_failed"
Steps to reproduce the problem
To reproduce this you'll probably need to create a brand new project