【发布时间】:2018-12-25 08:04:07
【问题描述】:
我按照example 执行了所有操作,但出现错误。
Caused by: com.google.api.client.googleapis.json.GoogleJsonResponseException: 403 Forbidden
{
"code" : 403,
"errors" : [ {
"domain" : "global",
"message" : "The request is missing a valid API key.",
"reason" : "forbidden"
} ],
"message" : "The request is missing a valid API key.",
"status" : "PERMISSION_DENIED"
}
通过命令行一切works,但在应用程序中不起作用。
【问题讨论】:
标签: android google-translate google-translation-api