Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breaking change in v0.2.0 for Google Apps domains with Google+ disabled #87

Open
gierschv opened this issue Jun 8, 2015 · 1 comment

Comments

@gierschv
Copy link

gierschv commented Jun 8, 2015

Hello,

I believe that using only the Google Plus API since the last version is a really bad idea: many of Google Apps domains especially the education ones have Google+ disabled. It results the impossibility of login since the upgrade:

{
 "error": {
  "errors": [
   {
    "domain": "plus",
    "reason": "accessDisabledByAdmin",
    "message": "The access to Google+ APIs has been disabled by the administrator."
   }
  ],
  "code": 403,
  "message": "The access to Google+ APIs has been disabled by the administrator."
 }
}

Cheers,
Vincent

@Redsandro
Copy link

https://support.google.com/plus/answer/9217723#signin

Will the Google+ sign-in button continue to work on other sites?

No, these buttons will stop working by March 7th with intermittent failures starting January 28th. On some sites the Google+ Sign-in button may be replaced by a Google Sign-in button. You’ll still be able to sign in with your Google Account wherever you see Google Sign-in buttons.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants