简体   繁体   English

https://www.googleapis.com/games/v1/applications/played的意外响应代码401

[英]Unexpected response code 401 for https://www.googleapis.com/games/v1/applications/played

i tried to implement google play games in the specific Login/savegame/leaderboard, into an android app. 我试图在特定的Login / savegame / leaderboard中实现Google Play游戏,并将其应用到Android应用中。

i created the 2 oauth key (release and debug) and everything seems all right, because i can clearly login, make save game (that i see on my drive) and show the empty leaderboard. 我创建了2个oauth密钥(发布和调试),一切似乎都很好,因为我可以清楚地登录,制作保存游戏(在驱动器上看到)并显示空白的页首横幅。 nice. 不错。

a day, i decided to check the api usage on the google api console, and i got this situation: 一天,我决定在google api控制台上检查api的使用情况,结果是这种情况:

i have 100% errors on the call "games.applications.played", infact checking on the log i found the title of this post. 我在调用“ games.applications.played”时遇到100%错误,实际上是在日志中查看了该帖子的标题。 Unexpected response code 401 for https://www.googleapis.com/games/v1/applications/played ( i do not this call explicitly, i guess is during the login process) https://www.googleapis.com/games/v1/applications/played的意外响应代码401(我未明确调用此程序,我猜是在登录过程中)

but all the other call seems work right, and if i wouldn't look at the api usage probably i wouldn't notice. 但是所有其他调用似乎都可以正常工作,如果我不看api的用法,可能我不会注意到。

do you have any idea? 你有什么主意吗?

使用google_leaderboard_app_id代替google_leaderboard_id ...您的应用ID为12位数字,并且ID为唯一字符,字符串和数字。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 https://www.googleapis.com/games/v1/players/1123xxxxxx11712506520 和其他播放服务错误的意外响应代码 403 - Unexpected response code 403 for https://www.googleapis.com/games/v1/players/1123xxxxxx11712506520 and other play-services errors https://www.googleapis.com/identitytoolkit/v3/relyingparty/sendVerificationCode的意外响应代码400? - Unexpected response code 400 for https://www.googleapis.com/identitytoolkit/v3/relyingparty/sendVerificationCode? 执行配置请求时获取 400 错误响应代码 (https://www.googleapis.com/certificateprovisioning/v1/devicecertificates/create - Getting 400 error response code when executing a provisioning request (https://www.googleapis.com/certificateprovisioning/v1/devicecertificates/create 如何在谷歌调用 https://www.googleapis.com/plus/v1/people/me - How to call https://www.googleapis.com/plus/v1/people/me at google https://www.googleapis.com/oauth2/v3/certs中v1,v2和v3之间的差异 - Difference between v1, v2 and v3 in https://www.googleapis.com/oauth2/v3/certs 当GAE尝试加载https://www.googleapis.com/oauth2/v1/certs时,由于503导致Google oauth突然失败 - Google oauth suddenly fails due to 503 when GAE tries to load https://www.googleapis.com/oauth2/v1/certs Bitrise google play deploy 无法执行编辑插入调用,错误:发布 https://www.googleapis.com/androidpublisher/v3/applications/ - Bitrise google play deploy Failed to perform edit insert call, error: Post https://www.googleapis.com/androidpublisher/v3/applications/ POST https://www.googleapis.com/identitytoolkit/v3/relyingparty/verifyPassword?key= <my_key> 安装apk时出现404(未找到) - POST https://www.googleapis.com/identitytoolkit/v3/relyingparty/verifyPassword?key=<my_key> 404 (Not Found) when apk is installed 如何使用 https://www.googleapis.com/androidpublisher/v3 从我的应用的 Play 商店评分中读取评分 - How to read ratings from play store ratings of my app using https://www.googleapis.com/androidpublisher/v3 适用于范围oauth2的GoogleAuthUtil.getToken()的GoogleAuthException:https://www.googleapis.com/auth/userinfo.profile - GoogleAuthException from GoogleAuthUtil.getToken() for scope oauth2:https://www.googleapis.com/auth/userinfo.profile
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM