Have same issue, have you figure out?

On Sunday, June 19, 2016 at 5:13:09 AM UTC+7, Jacob Platin wrote:
>
> Hello,
>
> I am trying to use the following code to sign my users in, but when I do 
> so with the requestToken command attached, I get this error in the 
> handeSignIn method.  I have tried re-adding my google-services.json and I 
> know my SHA1 is correct; any thoughts?
>
>
> GoogleSignInOptions gso = new 
> GoogleSignInOptions.Builder(GoogleSignInOptions.DEFAULT_SIGN_IN)
>         .requestProfile()
>         .requestIdToken("my id is here")
>         .requestEmail()
>         .build();
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/a7bb1943-41bd-41f1-88fe-41db50b50b5b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to