Is Google Sign-In a free or paid service? [closed]
Google Sign-in is free. No pricing.
Google Sign-in is free. No pricing.
Edit (October 29, 2020): The first link is now working again (as pointed out by @ManSamVampire): https://developers.google.com/identity/one-tap/web Edit (November 9, 2019): It seems the links now lead to 404s. I can’t find any information about the disappearance of One Tap sign-in. Original Answer: I had the same question and found this (I Googled “google automatic … Read more
Go to cloud console (https://console.cloud.google.com/apis/) APIs and services Credentials Oath consent screen Ensure Application type is set to “public” and not internal. Obviously assuming that you are creating an app that should be accessible outside your org. If this is related to testing and phones, it is possible to create testusers that are excepted from … Read more
If the token is expired, you can call gapi.auth2.getAuthInstance().currentUser.get().reloadAuthResponse(). It returns a Promise.
Well, turns out I was trying to test the API by directly acessing my files locally (index.html). The Google Sign In API only works in a running web server. I started a simple node.js server, ran my app trhough this server, and everthing worked just fine.
Try clearing your browser cache. In Chrome: Settings → Advanced → Clear browsing data → Cached images and files