【发布时间】:2017-05-11 17:18:59
【问题描述】:
有人可以帮我解决这个问题吗?
我正在 swift 3 中开发一个应用程序,我正在尝试将 google translate api 集成到我的 iOS 应用程序中,但其余 api 响应以下错误:
["error": {
code = 403;
errors = (
{
domain = global;
message = "Requests from this ios client application <empty> are blocked.";
reason = forbidden;
}
);
message = "Requests from this ios client application <empty> are blocked.";
status = "PERMISSION_DENIED";
}]
【问题讨论】:
标签: ios swift swift3 google-cloud-platform google-translate