我想使用POST API向Dialogflow发送请求。我正在使用Dialogflow API的v2。
我的POST请求是-
收到错误-
{
"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"
}
}
我生成了服务帐户凭据并下载了JSON文件。但是我不知道如何验证我的发帖请求。