I have some problem which this link talk about: "An internal error occurred" with integration of Google Plus Login and this link: Google plus client "An inter
I had this same error message. My problem was solved by changing
.setScopes("PLUS_LOGIN")
to
.setScopes(Scopes.PLUS_LOGIN)