【发布时间】:2015-12-27 21:44:12
【问题描述】:
当我在请求 JSON (https://developers.google.com/games/services/publishing/api/achievementConfigurations) 中添加新的本地化(不是为游戏手动添加的)以更新成就或排行榜时,服务器返回以下错误:
{
"error": {
"errors": [
{
"domain": "global",
"reason": "UnsupportedLocale",
"message": "The locale bg in the name field is not supported by the application."
}
],
"code": 400,
"message": "The locale bg in the name field is not supported by the application."
}
}
请帮我解决这个问题
【问题讨论】:
-
语言环境 bg 是否代表
Java Locale “Bulgarian” (bg)?您是否尝试过其他语言环境?
标签: google-play-services google-play-games google-play-developer-api