You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 11, 2022. It is now read-only.
I downloaded the sample, and ran it on a Pixel 3 Android 10 (tried on Nexus 9 too).
It requests sign-in and after selecting a user and confirming access, it then fails with this error in logged:
" Unresolved error while connecting client. Stopping auto-manage "
And onActivityResult() is called with a RESULT_CANCELLED and an Intent saying DEVELOPER_ERROR:
" Intent key googleSignInStatus = Status{statusCode=DEVELOPER_ERROR, resolution=null} (Status) "
I can't figure out where to put the client ID, so I suspect that's why it fails, however I can't find any information about that, anywhere.
Credential and oauth consent are both created, didn't use any of the 100 preliminary queries, nothing works.
Any help would be much appreciated.
The text was updated successfully, but these errors were encountered: