腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(9999+)
视频
沙龙
1
回答
原因
:
com.google.api.client.http.HttpResponseException
:
400
错误
请求
POST
https
://
oauth2.googleapis.com
/
token
、
错误
“:”“invalid_scope”,“error_description”:“提供的OAuth作用域或ID标记受众无效。”bucketName) throws IOException { ar.add("
https
setCredentials(credentials).build().getService(); // Storage storage = StorageOptio
浏览 200
提问于2020-07-26
得票数 0
1
回答
iOS OAuth2客户端密码参数在Google credentials中不可用
、
、
下面是一个
请求
: ▿ url : Optional<URL> - _url :
https
://
oauth2.googleapis.com
/<em
浏览 5
提问于2020-11-03
得票数 0
1
回答
如何在Java前端和后端使用Google签名
、
、
(GET)
请求
: scope: 'openid', prompt: 'none'现在要了解用户的详细信息,
https
://
oauth2.g
浏览 4
提问于2020-10-18
得票数 0
2
回答
为什么我不能通过php发送更新令牌的
请求
?
、
、
、
$ret = file_get_contents('
https
://
oauth2.googleapis.com
/
token
', false, stream_context_create([ 'header' => "Content-type: application/x-www-form-urlencoded\r\n", 'method' =>
浏览 1
提问于2019-10-28
得票数 0
1
回答
撤销对应用程序Gmail API的访问权限
、
我如何从后端Node.js撤销对应用程序的访问,因为我们可以选择使用刷新访问access_
token
()方法生成应用程序。所以有没有任何类似的方法,我可以用来撤销对应用程序的访问。
浏览 21
提问于2016-07-25
得票数 2
回答已采纳
7
回答
防火墙云消息传递
请求
包含无效的参数。
、
、
使用Firebase云消息管理API发送消息时,我收到了
错误
消息。
错误
信息如下 由:
com.google.api.client.http.HttpResponseException
:
400
坏
请求
{“
错误
”:{“代码”:
400
,“消息”:“
请求
包含无效参数”,“
错误
”:{“消息”:“
请求
包含无效参数。”,“域”:“全局”,“
原因
”:"badRequest“},”状态“:"IN
浏览 0
提问于2018-03-06
得票数 15
回答已采纳
1
回答
授权REST调用到GCP
、
我正在尝试的终点之一是编辑:,我打算从调用其他API。不知道这是不是正确的方法。
浏览 3
提问于2020-11-15
得票数 0
回答已采纳
1
回答
如何从刷新令牌获取访问令牌?刷新令牌到期了吗?
、
、
、
/update.txt", "rb")tokens = pd.read_csv('tokens.csv') headers={"Authorization": i} "
https
://www.googleapis.com/upload/drive/v3/files?
浏览 0
提问于2021-06-08
得票数 0
1
回答
对
https
://
oauth2.googleapis.com
/
token
的
Post
请求
在代码中不断失败,在邮递员上工作
、
、
、
、
我正在尝试通过向
https
://
oauth2.googleapis.com
/
token
发送
post
请求
来获取访问令牌。但是它总是给我一个
错误
,“发送
请求
时发生
错误
”。(myUri.Query).Get("code"); var uri = "
h
浏览 413
提问于2020-04-08
得票数 1
1
回答
Google Oauth2.0终结点返回404
错误
、
我正在尝试使用http
请求
获取访问令牌。根据Oauth指南:
https
://developers.google.com/identity/protocols/oauth2/web-server#incrementalAuth用于交换授权码以访问令牌的端点是
https
://
oauth2.googleapis.com
/
token
,但它给出了一个页面无法找到HTTP404
错误
这是我的整个url (我已经替
浏览 3
提问于2021-10-06
得票数 0
1
回答
即使访问令牌有效,也无法使用刷新令牌刷新谷歌OAuth2的访问令牌
、
我的应用程序通过
POST
https
://
oauth2.googleapis.com
/
token
接口获取访问令牌和刷新令牌。响应包含access_
token
、expires_in、refresh_
token
。我可以使用访问令牌来调用gmail API,例如GET
https
://gmail.googleapis.com/gmail/v1/users/me/profile
浏览 53
提问于2021-11-02
得票数 0
1
回答
谷歌oauth2发现返回
错误
的
token
_endpoint
/o/oauth2/v2/auth", "userinfo_endpoint":"
https
://www.googleapis.com/oauth2/v3/userinfo",
浏览 0
提问于2018-09-27
得票数 0
1
回答
将Get
请求
从
Post
请求
中链接起来,然后使用Express和Google发送到客户端
、
、
、
我为
Post
请求
提供服务,在该
请求
中检索用户令牌id,然后使用OAuth2Client库进一步验证令牌。验证后,我想发出一个获取用户信息的Get
请求
。我不确定我把
请求
联系起来的方式。代码就像:app.
post
( '/oauth/google/redirect', (req, res) => { verify().cat
浏览 0
提问于2019-07-25
得票数 0
回答已采纳
2
回答
如何在PHP应用程序中验证Google语音到文本客户端?
、
、
、
$client=new SpeechClient(['credentials'=>json_decode(file_get_contents($credentials), true)]);致命
错误
: Uncaught \Exception\ClientException:客户端
错误
:
POST
https
://
oauth2.googleapis.com
/
token
导致<
浏览 0
提问于2020-12-08
得票数 3
1
回答
无法调整代码以转换Google Earth Engine (EEification)的Tensorflow模型
、
、
、
但是,由于某些
原因
,EEification代码无法成功运行。我得到了这个
错误
: ERROR: (gcloud.ai-platform.versions.create) DEBUG: Starting new
HTTPS
connection (1):
oa
浏览 31
提问于2021-01-13
得票数 0
2
回答
尝试从谷歌OAuth2 revoke端点撤销访问令牌时获得404
、
、
、
对于吊销,我首先下载
https
://accounts.google.com/.well-known/openid-configuration,找到吊销端点
https
://
oauth2.googleapis.com
token
=
TOKEN
,然后使用以下
https
://developers.google.com/identity/protocols/OAuth2WebServer#to
浏览 59
提问于2020-01-17
得票数 0
1
回答
Python如何通过oauthlib使用帐户身份验证获取用于Open ID Connect的ID_
Token
、
、
、
、
然而,我希望能够获得完整的ID_
Token
,并想知道我这样做是否可能。://accounts.google.com/o/oauth2/auth"USERINFO_URL= "
https
://www.googleapis.com/oauth2
浏览 2
提问于2020-02-13
得票数 1
1
回答
如何在Python中使用刷新令牌Google?
、
、
、
、
client_secret_929791903032-hpdm8djidqd8o5nqg2gk66efau34ea6q.apps.googleusercontent.com.json" credentials = flow.run_local_server() with open('refresh.
token
_refresh_
浏览 2
提问于2019-01-23
得票数 8
1
回答
谷歌推送通知给ParseError
、
、
、
':user.refresh, } req_ = req.json() accessToken = req_["access
浏览 6
提问于2021-03-31
得票数 0
回答已采纳
1
回答
Google App Engine &身份感知代理-验证外部用户是否启用了MFA
、
、
、
、
我做了一些研究,以找到一种方法来验证外部用户( GCP组织外部)是否启用了多因素身份验证。我找到了Google Workspace ,但这是针对组织中的用户的。为了更具体地了解我想要解决的问题,这里是对上下文的基本总结: 我用Python开发了一个使用Google App Engine和身份感知代理的解决方案,以便授权用户可以进行身份验证,并允许其各自的IP地址访问AWS上Security Group入口中的某些端口。该解决方案包括多种技术,例如: Google Applica
浏览 63
提问于2020-11-21
得票数 1
点击加载更多
热门
标签
更多标签
云服务器
ICP备案
云直播
即时通信 IM
实时音视频
活动推荐
运营活动
广告
关闭
领券