gpt4 book ai didi

google-drive-api - 谷歌驱动器错误处理 oauth 2 请求 400

转载 作者:行者123 更新时间:2023-12-01 06:32:50 25 4
gpt4 key购买 nike

我们有几个用于 Google Drive 的 google oauth2 刷新 token ,在尝试请求新的访问 token 时,我们总是收到以下错误:

POST /o/oauth2/token HTTP/1.1
Connection: close
accept-encoding: gzip, deflate
content-type: application/x-www-form-urlencoded
Content-Length: 208
Host: accounts.google.com

refresh_token=1%2FY5_2XY8uGujYa222rxXnsjR<snipped>&client_id=<clientid>&grant_type=refresh_token&client_secret=<clientsecret>

回复:
HTTP/1.1 400 Error processing OAuth 2 request
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Pragma: no-cache
Expires: Fri, 01 Jan 1990 00:00:00 GMT
Date: Tue, 20 Aug 2013 14:55:24 GMT

<HTML>
<HEAD>
<TITLE>Error processing OAuth 2 request</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1>Error processing OAuth 2 request</H1>
<H2>Error 400</H2>
</BODY>
</HTML>

这仅适用于某些帐户,其他帐户工作正常。损坏的帐户会在数天和数周内重现失败。我们发送的数据有问题吗?关于验证失败的任何提示?

如有必要,我可以为您提供失败的 token 。

最佳答案

据我所知,由于用户帐户无效(已删除、禁用等),所有这些刷新 token 都失败了。在这些情况下,出于所有意图和目的, token 本身是无效的。

HTML 错误响应是一个错误,现在应该已修复。如果您仍然看到这样的错误,请报告。在这种情况下,正确的 OAuth 2 错误代码是“invalid_token”。

关于google-drive-api - 谷歌驱动器错误处理 oauth 2 请求 400,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18339360/

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