简体   繁体   English

使用Google OAuth游乐场测试服务帐户请求?

[英]Testing service account requests using the Google OAuth playground?

Is there way to use the developers.google.com/oauthplayground to test a service account request? 有没有办法使用developers.google.com/oauthplayground测试服务帐户请求?

How do you specify the service account user's email, client-id and public key? 您如何指定服务帐户用户的电子邮件,客户端ID和公共密钥?

You can't test service account request in OAuth playground. 您无法在OAuth游乐场中测试服务帐户请求。 It is best if you write a simple script and test it that way instead. 最好是编写一个简单的脚本并以这种方式进行测试。 Check out the Drive Service account docs. 查看驱动器服务帐户文档。 It has code samples and detailed instruction on setting one up. 它具有代码示例以及有关设置的详细说明。

https://developers.google.com/drive/web/delegation https://developers.google.com/drive/web/delegation

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用OAuth2.0 Playground进行测试 - Using OAuth2.0 Playground for testing 使用 erlang 计算 Google OAuth 服务帐户的 JWT 签名? - Computing the JWT signature for Google OAuth Service Account using erlang? 使用服务帐户与 OAuth 访问 Google API 时的限制 - Limits when accessing Google APIs using Service Account vs OAuth Google OAuth 使用域范围的委派和服务帐户 - Google OAuth using domain wide delegation and service account 如何在出现 PERMISSION DENIED 错误时使用 OAuth2 Playground 获取 Google 帐户数据(项目、地点和所有地点评论) - How to get Google account data (project, place and all place reviews) using OAuth2 Playground while PERMISSION DENIED error 带有Google协调中心服务帐户的Google oAuth - Google oAuth with service account for Google Coordinate Google服务帐户oauth重定向uri - Google Service account oauth redirect uri 带有服务帐户的Google协调中心OAuth2 - Google Coordinate OAuth2 with Service Account 使用 OAuth Playground 从多个 MCC 向 google API 进行身份验证 - Authentication to google API from multiple MCCs using OAuth Playground Google Drive API、Oauth 和服务帐户 - Google Drive API, Oauth and service account
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM