简体   繁体   English

Google Apps 脚本编辑器无法共享

[英]Sharing doesn't work on Google Apps Script Editor

I am working on Google Apps Script.我正在研究 Google Apps 脚本。 I want to share the Google Apps Script Editor to another account.I use Chrome browser.我想将 Google Apps 脚本编辑器共享给另一个帐户。我使用 Chrome 浏览器。

I clicked File > Sharing in the editor.我在编辑器中单击了File > Sharing But I got this error:但我得到了这个错误:

在此处输入图像描述

I tried to remove all the cache and cookies and histories from the browser.我试图从浏览器中删除所有缓存和 cookies 和历史记录。 but, same.但是,一样。

If you want to share a script bound to spreadsheet you need to share the spreadsheet itself如果要共享绑定到电子表格的脚本,则需要共享电子表格本身

  • It is no possible to share a bound script is the spreadsheet is not shared如果电子表格未共享,则无法共享绑定脚本
  • If the spreadsheet is shared, there is no need to explicitly share the script如果电子表格是共享的,则无需显式共享脚本

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM