android-google-signin-unity icon indicating copy to clipboard operation
android-google-signin-unity copied to clipboard

I get a different config file

Open EarthAdam opened this issue 5 years ago • 0 comments

When I configure a Google API project for Android, I submit com.overview.sundial as my package name, although the config file I get back doesn't contain a package name. I just get this:

{
    "web":{
        "client_id":"117356081alittlebitdifferentothb6m12o3v4iovovu9.apps.googleusercontent.com",
        "project_id":"sundial-1603581112543",
        "auth_uri":"https://accounts.google.com/o/oauth2/auth",
        "token_uri":"https://oauth2.googleapis.com/token",
        "auth_provider_x509_cert_url":"https://www.googleapis.com/oauth2/v1/certs",
        "client_secret":"7a3XpVAnotreallythisq2mukuP86"
    }
}

When I run it on my phone I get the Error Callback after selecting an account to login with. Any thoughts on why my config file is different?

EarthAdam avatar Nov 22 '20 02:11 EarthAdam