gpt4 book ai didi

android - com.google.android.gms.auth.GoogleAuthException : getToken(Unknown Source) exception

转载 作者:IT老高 更新时间:2023-10-28 23:40:00 31 4
gpt4 key购买 nike

在我的 Android 应用程序中,我正在尝试获取 google token 以在我的 google 应用引擎后端服务器上进行验证。但我总是得到这个异常(exception):

com.google.android.gms.auth.GoogleAuthException: getToken(Unknown Source) exception

我的代码:

    private Account mAccount = AccountManager.get(this).getAccountsByType(GoogleAuthUtil.GOOGLE_ACCOUNT_TYPE)[0];
private static final String SCOPE = "audience:server:client_id:" +Constants.WED_CLIENT_ID;
String token = GoogleAuthUtil.getToken(LoginActivity.this, mAccount.name, SCOPE);

我已经尝试过 Stackoverflow 中提出的所有解决方案。

最佳答案

几个小时后,我发现在您的范围字符串 ("audience:server:client_id:...") 中,您必须使用 Web 应用程序的客户端 ID,而不是 android 的.

Android 应用的客户端 ID 未使用。它只是在这里将您的 android 应用程序的包名称与您的 Web 应用程序链接起来。

关于android - com.google.android.gms.auth.GoogleAuthException : getToken(Unknown Source) exception,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21261278/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com