当我在请求 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."
}
}
请帮我解决这个问题