gpt4 book ai didi

google-api - Google 翻译 API v2 - (403) 未配置访问权限

转载 作者:行者123 更新时间:2023-12-04 14:16:10 26 4
gpt4 key购买 nike

我在使用谷歌翻译时遇到谷歌控制台 API 的问题。
当我从本地机器运行测试时,它运行良好,但是当我尝试在我的远程测试虚拟服务器上运行它时,它返回上面的 403。

我在控制台 API 访问中通过服务器 key 使用 Simple API 访问,并且我的 key 被配置为本地和测试机器 IP 地址。

调试:

lynx --dump "checkip.dyndns.org";

- IP 与我在 google API 控制台中设置的 API key 中的 IP 匹配
curl -v "https://www.googleapis.com/language/translate/v2?q=hello&target=de&source=en&key=MYAPIKEY"

{
"error": {
"errors": [
{
"domain": "usageLimits",
"reason": "accessNotConfigured",
"message": "Access Not Configured"
}
],
"code": 403,
"message": "Access Not Configured"
}
}

就像我说的,在我的本地机器上也是如此。在 Google API 控制台中为两个 IP 配置了 API key

更新:当我使用附加到 url 引用而不是 IP 的“浏览器 key ”时,它可以工作。
所以问题需要以某种方式出现在 IP 中,但我无法找到。
任何“whatsmyip”服务都会确认我的 IP 匹配。

最佳答案

我遇到了同样的问题,但是对于任务 api,结果我没有在 https://code.google.com/apis/console 的服务选项卡下启用“任务 api” .也许您遇到了同样的问题,但未启用“翻译 API”

关于google-api - Google 翻译 API v2 - (403) 未配置访问权限,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11872731/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com