I tried to follow tutorial: https://developers.google.com/android/guides/http-auth.
Code:
token = GoogleAuthUtil.getToken(getApplicationContext(),
I had the same error, in my case I was using a wrong scope, I just change
https://www.googleapis.com/auth/plus.login
for
https://www.googleapis.com/auth/userinfo.profile