腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
工具
TVP
最新优惠活动
文章/答案/技术大牛
搜索
搜索
关闭
发布
精选内容/技术社群/优惠产品,
尽在小程序
立即前往
文章
问答
(2954)
视频
沙龙
1
回答
googleapi
"
oauth2
/
v4
/
token
“
没有
返回
"
refresh_token
”
、
当我使用这段代码时,我只得到了access_
token
。url = URI("https://www.googleapis.com/
oauth2
/
v4
/
token
") code: params[:code],Net::HTTP.post_form(url, secrets) 如何更改代码,以便每次都能获得<
浏览 64
提问于2020-02-26
得票数 0
2
回答
Google API刷新标记CURL
、
我连接了google电子表格API。我已经向用户授予了权限并检索了代码。我想用刷新令牌刷新令牌,但找不到url。有人能告诉我所需的网址吗?我不能使用这些库,因为我使用的是ETL工具,而不是连接到服务的代码。Nir
浏览 0
提问于2016-03-24
得票数 1
2
回答
Google OAuth使用刷新令牌获取新的访问令牌
、
、
、
、
我正在尝试让我的
refresh_token
生成一个新的access_
token
。我使用请求模块来发出请求,但是它
返回
了一个错误,上面写着“无法找到页面”。; console.log('here'); request('https://googleapis.com/
oauth2
/v3/
token
?client_id=NotID&cl
浏览 3
提问于2015-09-01
得票数 5
回答已采纳
2
回答
什么是id_
token
google oauth
、
当我尝试对
googleapi
执行
oauth2
操作时,我得到了以下结果。只有一件事:我找不到中id_
token
的用途。{ "
token
_type": "Bearer", "id_
token
": "veryverylongstring", &quo
浏览 0
提问于2012-12-14
得票数 61
回答已采纳
2
回答
谷歌
oauth2
id_
token
与
refresh_token
、
、
、
我试图使用Google
OAuth2
来获取用户的联系方式。我并不是很难获得访问,我想知道,由于某种原因,我已经停止了
refresh_token
,而是得到了id_
token
(长JWT字符串)。我的代码是:params = urllib.urlencode({ 'code': request.GET
浏览 0
提问于2014-09-26
得票数 1
2
回答
JQuery中的HTTP Post
、
、
、
我正在尝试
返回
youtube API的访问令牌,但不知道如何在JQuery中格式化这篇文章Host: www.googleapis.comx-www-form-urlencodedclient_secret=************&grant_type=refresh_
token
&refresh_
toke
浏览 15
提问于2017-02-10
得票数 3
回答已采纳
1
回答
无法从google
OAuth2
刷新令牌
、
php$post_data = array( 'redirect_uri' => 'http://lo
浏览 2
提问于2015-06-08
得票数 0
回答已采纳
2
回答
使用GoogleOAuth2.0时的错误请求
、
、
、
、
错误: "error": "unsupported_grant_type",} -d
refresh_token
=
REFRESH_TOKEN
\ -d client_secret=CLIENT_SECRET\ -d grant_type=
浏览 6
提问于2016-11-29
得票数 4
回答已采纳
9
回答
如何通过google drive API使用刷新令牌生成访问令牌?
、
我已经完成了授权步骤,并获得了访问令牌和刷新令牌。我将不能使用任何sdk,因为我在Force.com上工作,所以请建议直接通过API实现它的方法。
浏览 2
提问于2012-05-17
得票数 65
回答已采纳
3
回答
通过Python (Google服务创建)使用刷新令牌完成Oauth2.0授权
、
、
、
、
我正在尝试使用
Oauth2
通过无头Linux服务器访问Google服务。我阅读了关于这篇文章的所有答案:,但
没有
一个说明如何使用刷新令牌在python中生成访问令牌。/
v4
/
token
"; body:`grant_type=refresh_
token
&client_id=${encodeURIComponent(client_id)}&client_secret=${encodeURIComponent(
浏览 1
提问于2021-04-21
得票数 3
回答已采纳
2
回答
从刷新令牌请求错误中快速获得令牌
、
、
、
、
POST /
oauth2
/
v4
/
token
HTTP/1.1Content-Type: application/x-www-form-urlencodedclient_id=<your_client_id>&
refresh_token
=<
refresh_token
>& gr
浏览 3
提问于2017-07-08
得票数 3
回答已采纳
1
回答
使用Google API进行身份验证后,无法获取访问权限并刷新令牌
、
、
13), exp_starts); var id_starts = url.indexOf("id_
token
="); alert("R
浏览 7
提问于2016-09-24
得票数 3
1
回答
如何自动获取Google驱动器刷新令牌
、
Ronak Dhoot关于他的解决方案,下面是自动获取刷新令牌的CURL代码$client_secret = 'client_secret';$url = 'https://www.googleapis.com/
oauth2
/
v4
/
token
'; $fie
浏览 4
提问于2020-01-27
得票数 0
回答已采纳
1
回答
谷歌OAuth 2.0:刷新access_
token
和新
refresh_token
、
问题https://accounts.google.com/o/
oauth2
/v2/auth?authentication_code的请求 使用
返回
的[** AUTH CODE **]、请求access_
token
浏览 2
提问于2020-02-04
得票数 0
回答已采纳
1
回答
是否使用Expo SDK刷新Google API访问令牌?
、
、
、
、
"error": "unauthorized_client", "error_description": "Unauthorized" POST /
oauth2
/
v4
/
token
HTTP/1.1 Content-Type: application/x-www-form-urlencodedcli
浏览 0
提问于2018-04-12
得票数 6
1
回答
授权设备访问时无刷新令牌
我能够通过合作伙伴连接管理器成功授权用户,但是当我使用我的授权码从https://www.googleapis.com/
oauth2
/
v4
/
token
请求令牌时,我在响应中
没有
收到
refresh_token
,只有access_
token
: { expires_in: 3599, scope: 'h
浏览 21
提问于2020-09-22
得票数 1
回答已采纳
1
回答
使用刷新令牌刷新google访问令牌
、
、
、
、
我已经尝试使用以下代码生成访问令牌(在过期后) "grant_type": "
refresh_token
", "client_secret": client_secret,authorization_url =
浏览 0
提问于2019-02-05
得票数 1
1
回答
获取刷新令牌并交换访问令牌Google?
、
、
、
、
gapi.client.load('drive', 'v2', () => { handleAuthResult(clientInit) }); let googleOAuthToken = signInResponse.wc["access_
token
setOAuthToken(googleOAuthToken)
浏览 0
提问于2020-08-21
得票数 1
回答已采纳
1
回答
最新的Google Adwords oAuth应用编程接口实现
、
、
、
、
;$redirectUri = 'http://xxxxxxx/dashboard/accounts/oauth2callback,
浏览 7
提问于2017-08-21
得票数 0
3
回答
谷歌OAuth令牌的链接是什么?
、
我收到一个使用POST请求到这个URL的代码:然后,通过向这个URL发送一个POST请求来获得访问令牌:但是这会
返回
一个HTTP 404 "Not“错误。
浏览 6
提问于2015-12-03
得票数 14
点击加载更多
扫码
添加站长 进交流群
领取专属
10元无门槛券
手把手带您无忧上云
相关
资讯
Spring Cloud 完整的微服务架构实战
浅谈微服务安全架构设计
微信开放平台网站登录开发
spring-cloud oauth2与前端跨域问题解决始末
基于 Spring Cloud 完整的微服务架构实战
热门
标签
更多标签
云服务器
ICP备案
腾讯会议
云直播
对象存储
活动推荐
运营活动
广告
关闭
领券