腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(9999+)
视频
沙龙
1
回答
OAuth
-
Google
API
unsupported_grant_type
、
、
、
、
refresh-token-here", ]; "error":
浏览 14
提问于2021-07-26
得票数 2
1
回答
如何从
google
api
获取token?
、
、
ım使用rest
api
从
google
api
生成访问令牌和刷新令牌当ı尝试发送curl时,ı收到此错误"error_description0AY0e-g4NhDiqBSToonAVCsw9JglcffbxGie1bssXcAKLuRDB7KYDluta7ZpNvHEoqylJyw&client_id={client_id}&client_secret={client
浏览 102
提问于2021-02-18
得票数 1
2
回答
Google
Identity Platform:无法交换刷新和访问令牌的授权码
、
、
、
我正在尝试访问
Google
Drive
API
,我阅读了。我的iOS应用程序向端点发送第一个请求以请求许可。https://www.googleapis.com/
oauth
2/v4/tokenContent-Type : application/x-www-form-urlencodedcode={CODE_FROM_
OAU
浏览 0
提问于2017-04-26
得票数 7
1
回答
JWT令牌请求结果为invalid_grant &
unsupported_grant_type
、
当
API
管理层将JWT令牌发送到https://account-d.docusign.com/
oauth
/token时 curl -X POST -d 'grant_type=urn:ietf:params:
oauth
:grant-type:jwt-bearer&assertion=***JWTTOKEN***' 'https://account-d.docusign.com/
oauth
/token
浏览 22
提问于2020-07-24
得票数 0
2
回答
当试图从不和谐
API
中获取访问令牌时,“
unsupported_grant_type
”
、
、
因此,我试图实现不和谐的登录到我的网站,但当试图交换代码从https://discord.com/
api
/
oauth
2/token访问令牌,我只是得到{ error: '
unsupported_grant_type
我的代码: const tokenResponseData = await request('https://discord.com/
api
/
oauth
2/to
浏览 14
提问于2022-10-05
得票数 1
回答已采纳
1
回答
如何使用django rest框架APIClient测试登录后生成的
oauth
访问令牌?
、
、
我使用django rest框架公开
api
和django
oauth
工具包进行身份验证。我使用drf APIClient来发出测试请求,并且对其他一切都有很好的效果,但在这种情况下,我得到{“
unsupported_grant_type
”:"
unsupported_grant_type
"}client.credentials(HTTP_AUTHORIZATION=_basic_auth_str(CLIENT_ID, CLIENT_SECRET)) '/
浏览 2
提问于2016-01-15
得票数 0
回答已采纳
2
回答
使用http$ in角传递用户名/密码和grant_type的基本身份验证
、
、
= function () { method : 'POST', data: { grant_type: 'password',当我查看response.data对象时,出现了一个错误,即error
浏览 2
提问于2017-02-09
得票数 1
回答已采纳
1
回答
使用curl命令进行本机反应以获取
api
、
、
、
、
我正在尝试使用petfinder
APi
作为我正在创建的应用程序,并遵循在这里可以找到的
API
文档:。/v2/
oauth
2/tokengetAdopt1 = async() => {method: 'POST', head
浏览 4
提问于2019-11-10
得票数 2
回答已采纳
2
回答
django
oauth
工具包
unsupported_grant_type
错误
、
因此,我遵循了这个教程,但是如果我试图获得用户令牌,它总是向我发送一个
unsupported_grant_type
错误。如何纠正此错误?_provider.contrib.rest_framework.
OAuth
2Authentication',} # parses
OAuth
2data from application/json requests '
OAUTH
2_BACKEND_CLASS':
浏览 6
提问于2020-03-15
得票数 0
回答已采纳
1
回答
错误:"
unsupported_grant_type
“使用reddit
API
,javascript
、
、
在reddit
API
的
Oauth
过程中,我被卡在访问令牌请求中,收到了一个错误,上面写着'
unsupported_grant_type
‘。
API
文档说要使用authorization_code类型,这就是我现在设置的。我尝试使用字符串、URLSearchParams和formData来纠正它,认为是格式破坏了它,但是没有什么效果。form.append('redirect_uri', redirect_uri) const response = await fetch('
浏览 7
提问于2022-07-27
得票数 0
1
回答
使用
Google
脚本获取文档的访问令牌
、
我正在使用
Google
脚本绑定以获得访问令牌。参考文献:grant_type: urn:ietf:params:
oauth
:grant-type:jwt-bearerassertion : MY_JSON_WEB_TOKEN 如何在Apps脚本中复制它?经过无数个小时的尝试和错误,我仍然得到了这个错误:{"err
浏览 3
提问于2021-09-15
得票数 1
回答已采纳
1
回答
Quarkus本机可执行文件&
google
client
、
、
、
下面是一个示例(来自文件reflection-config.json): {public class GenericData extends AbstractMap<String, Object>
浏览 14
提问于2022-09-27
得票数 1
回答已采纳
1
回答
如何自定义端点/
oauth
/token的响应
、
我使用的是Spring
Oauth
2支持。我已经实现了我的UserDetails。锁定用户帐户时来自端点/
oauth
/token的响应示例如下: "error": "invalid_grant", "error_description": "User account is
浏览 0
提问于2016-05-01
得票数 0
1
回答
拉威尔护照client_credentials
、
、
、
我尝试创建只有client_id和client_secret的注册
API
,我希望返回的是访问令牌、刷新令牌、expire_date,但www.url.com/
oauth
/令牌的返回是这样的。{ "message": "The authorization grant type is not supported
浏览 3
提问于2017-03-09
得票数 0
1
回答
无法使用
OAuth
2PasswordGrant类登录
、
、
我使用用户名、密码、client_id、client_secret、authorize_uri和keychain来初始化
OAuth
2PasswordGrant。并调用authorize函数。我得到的错误是
unsupported_grant_type
。self.
oAuth
=
OAuth
2PasswordGrant(settings: settings) self.
oAuth
.authorize { (json:
OAuth
2JSON?, error:
OAuth
2Err
浏览 0
提问于2017-01-03
得票数 1
1
回答
在Azure中,代表令牌应该使用哪种授予类型?
、
、
现在,我需要使用图形访问令牌访问
API
应用程序。我正在尝试使用中间件应用程序获取
API
应用程序访问令牌。但不幸的是,我收到了请求授予类型的错误(响应中的
unsupported_grant_type
错误)。端点:
OAuth
2/令牌grant_type:urn:ietf:params:
oauth
:grant-type:jwt-bearer.client_secret响应: (400坏请求) "
浏览 0
提问于2018-05-16
得票数 0
回答已采纳
1
回答
无法使refresh_token在youtube
api
v3中到期后获得新令牌
、
我在开发人员控制台中获得了
api
密钥。然后我创建了
Oauth
2凭据。token是从(直接在浏览器中)获得的:但是,标记在1小时后过期。据我所知,这个refresh_token是通过这个网址获得的: echo $"https://accounts.
google
.c
浏览 13
提问于2022-08-06
得票数 2
3
回答
姜戈
OAuth
2
unsupported_grant_type
、
我试图用django发送一个请求,以便使用access_token从我的
api
中获得一个
OAuth
2。x-www-form-urlencoded'}当我发送这个请求时,我会得到以下错误: {“错误”:“
unsupported_grant_type
浏览 11
提问于2017-04-04
得票数 5
回答已采纳
1
回答
获取Quire
API
的访问令牌-
unsupported_grant_type
我正在尝试按照
api
文档()中的说明检索访问令牌curl -H "Content-Type: application/json" -X POST -d '{"grant_type":","code":"my_code","client_id":"my_client_id","client_secret":"my_client_secret"}' https:&
浏览 14
提问于2020-03-05
得票数 1
1
回答
在axios post请求中,paypal授权
unsupported_grant_type
授权类型为空
、
、
、
我正在尝试集成贝宝在我的应用程序中,我得到400错误
unsupported_grant_type
授权类型为空 axios 'https://
api
.sandbox.paypal.com/v1/
oauth
2/token', { headers: {
浏览 37
提问于2020-04-05
得票数 2
回答已采纳
点击加载更多
相关
资讯
8种至关重要OAuth API授权流与能力
API服务端开发入门(9)实现自己的oauth2 server
Google通过语音转录更新了Cloud Video API
Securityaffairs爬虫实践-调用google翻译的API介绍
Google Earth Engine Python客户端API安装
热门
标签
更多标签
云服务器
ICP备案
腾讯会议
云直播
对象存储
活动推荐
运营活动
广告
关闭
领券