【发布时间】:2020-03-25 01:23:59
【问题描述】:
我正在尝试使用 Postman 提供的以下链接在 API 中进行连接
POST https://automl.googleapis.com/v1/projects/*****/locations/us-central1/models/*****:predict?key=*****
但我收到以下消息:
{
"error": {
"code": 401,
"message": "Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.",
"status": "UNAUTHENTICATED"
}
}
KEY 被授权使用 API。
【问题讨论】:
标签: google-cloud-platform google-oauth google-cloud-vision google-vision google-cloud-automl