我正在尝试 Google Cloud Vision API(测试版),它返回“Permission Denied”消息。但是为该项目启用了“Cloud Vision API”。任何帮助表示赞赏。
来自 Google APIs Explorer 的错误详情
403 OK
- Show headers -
{
"error": {
"code": 403,
"message": "Project has not activated the vision.googleapis.com API. Please enable the API for project google.com:apisexplorerconsole (#292824132082).",
"status": "PERMISSION_DENIED",
"details": [
{
"@type": "type.googleapis.com/google.rpc.Help",
"links": [
{
"description": "Google developers console API activation",
"url": "https://console.developers.google.com/project/292824132082/apiui/api"
}
]
}
]
}
}