如何在 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