谷歌的文档说所有的 URL 都必须明确地列在urlFetchWhitelist
.
但是,我有一个 URLuniversalActions
并且它可以工作,即使我没有urlFetchWhitelist
. 我有什么误解?
{
"timeZone": "America/New_York",
"exceptionLogging": "STACKDRIVER",
"runtimeVersion": "V8",
"oauthScopes": [],
"addOns": {
"common": {
"universalActions": [
{
"label": "About",
"openLink": "https://github.com/imthenachoman/Gmail-Auto-Vacation-Responder"
}
]
},
"gmail": {},
"calendar": {}
}
}