Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/google-apps-script/6.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Google apps script 是否可以在gmail上下文小工具清单文件中指定localhost url_Google Apps Script_Manifest_Google Apps Marketplace_Google Gadget_Gmail Contextual Gadgets - Fatal编程技术网

Google apps script 是否可以在gmail上下文小工具清单文件中指定localhost url

Google apps script 是否可以在gmail上下文小工具清单文件中指定localhost url,google-apps-script,manifest,google-apps-marketplace,google-gadget,gmail-contextual-gadgets,Google Apps Script,Manifest,Google Apps Marketplace,Google Gadget,Gmail Contextual Gadgets,是否可以在引用gmail上下文小工具清单文件中gadget.xml的url标记中指定localhost url。否。根据要求,小工具规范必须在公共internet上发布。您可以使用本地隧道解决方案,以便在开发时绕过它。很少有选择:或者谢谢,它很好用。 < Extension id="Demo Gadget" type="gadget" > < Name > Gmail contextual gadget < /Name > < Url &

是否可以在引用gmail上下文小工具清单文件中gadget.xml的url标记中指定localhost url。

否。根据要求,小工具规范必须在公共internet上发布。

您可以使用本地隧道解决方案,以便在开发时绕过它。很少有选择:或者谢谢,它很好用。
< Extension id="Demo Gadget" type="gadget" >
    < Name > Gmail contextual gadget < /Name >
    < Url > http://54.201.166.244:8080/xmlproject/Gadget.xml < /Url >
< Container name="mail" />