错误码 | 错误信息 | 描述 |
---|---|---|
invalid_client | unknown client id | API Key不正确 |
invalid_client | Client authentication failed | Secret Key不正确 |
curl --location --request POST 'https://aip.baidubce.com/oauth/2.0/token?grant_type &client_id&client_secret&access_token =' \
--header 'Content-Type;'
{
"refresh_token": "string",
"expires_in": 0,
"session_key": "string",
"access_token": "string",
"scope": "string",
"session_secret": "string"
}