gpt4 book ai didi

oauth-2.0 - 缺少必需的参数 : client_id

转载 作者:行者123 更新时间:2023-12-05 03:38:01 26 4
gpt4 key购买 nike

我试图从 hms 服务器请求一个 oauth token ,但它总是返回 missing required parameter: client_id 给我。

url: https://oauth-login.cloud.huawei.com/oauth2/v3/token?grant_type=client_credentials&client_id=XXX&client_secret=XXX

header: Content-Type application/x-www-form-urlencoded

response:
{
"sub_error": 20001,
"error_description": "missing required parameter: client_id",
"error": 1102
}

最佳答案

这是因为参数应该在x-www-form-urlencoded中设置。

url: https://oauth-login.cloud.huawei.com/oauth2/v3/token

header: Content-Type application/x-www-form-urlencoded

x-www-form-urlencoded:
grant_type client_credentials
client_id XX
client_secret XX

关于oauth-2.0 - 缺少必需的参数 : client_id,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/69111479/

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