【发布时间】:2020-10-27 04:37:10
【问题描述】:
如何在 oauth2 Playground UI 的输入范围框中输入多个范围? 我正在尝试使用此链接生成身份验证/刷新令牌:https://developers.google.com/oauthplayground
在选择 API 范围时找不到我需要的范围: https://www.googleapis.com/auth/script.external_request https://www.googleapis.com/auth/script.send_mail
因此,我试图将其包含在“输入您的范围框”中。我可以包括其中之一,但只能在框中输入一个范围。如何同时包含两者?
我尝试了以下但没有成功 https://www.googleapis.com/auth/script.external_request,https://www.googleapis.com/auth/script.send_mail
"https://www.googleapis.com/auth/script.external_request","https://www.googleapis.com/auth/script.send_mail"
https://www.googleapis.com/auth/script.external_request + https://www.googleapis.com/auth/script.send_mail
【问题讨论】: