gpt4 book ai didi

oauth - 使用 Google OAuth2.0 在文档中针对 refresh_token 进行精确 POST 时出现 400 错误请求错误

转载 作者:行者123 更新时间:2023-12-04 15:19:38 24 4
gpt4 key购买 nike

我相信我正在 OAuth 文档中运行确切的 POST 请求(使用我的凭据),但是我收到了 400 错误。我收到了 404 错误,但随后重置了我的 client_secret 并开始使用新的 client_secret,现在我收到了错误的请求错误。任何想法我做错了什么?

$.ajax({
url:'https://www.googleapis.com/oauth2/v4/token',
data:{
'code':getParameterByName('code'),
'client_id':'',
'client_secret':'',
'redirect_uri':encodeURI(url+'?mail=tokened'),
'grant_type':'authorization_code'
},
dataType:'json',
method:'POST',
success:function(response){console.log(response);}});

最佳答案

很可能是 redirect_uri您发送的值已关闭;应该是 正好您在授权请求中发送的 URL,即之前重定向到授权端点的 URL。

关于oauth - 使用 Google OAuth2.0 在文档中针对 refresh_token 进行精确 POST 时出现 400 错误请求错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39796002/

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