使用生成的API密钥(对于API密钥,我已启用计费,IP的Referers设置为任何IP和任何引用。)进行翻译时,我遇到以下错误。
我使用了Google提供的以下代码段
https://developers.google.com/translate/v2/getting_started#auth
我总是收到错误403,未配置访问权限。
translateText({
"error": {
"errors": [
{
"domain": "usageLimits",
"reason": "accessNotConfigured",
"message": "Access Not Configured"
}
],
"code": 403,
"message": "Access Not Configured"
}}
);