如何仅向 Google spreadsheet 中 sheet 的所有者授予编辑权限?
How do you give edit access only to the owner of the sheet in Google spreadsheet?
我已经与将近 50 人分享了一个 Google 传播sheet,并将 sheet 与 Google 应用脚本(网络应用)UI.现在,我只想将 sheet 的编辑权限授予所有者,并让其他用户只能通过应用程序脚本网络应用程序进行任何输入。我该怎么做?
sheet 的所有者需要使用以下选项发布 WebApp:
Execute the app as:
:Me
和 Who has access to the app
:Anyone within [you domain]
或 Anyone
- 在这种情况下,任何在浏览器中输入 WebApp URL 的用户(在您的域内)都可以执行该 App,而无需访问 spreadsheet
- 这是因为 WebApp 将 运行 代表创建它的用户 - 一旦用户授权了必要的权限
我已经与将近 50 人分享了一个 Google 传播sheet,并将 sheet 与 Google 应用脚本(网络应用)UI.现在,我只想将 sheet 的编辑权限授予所有者,并让其他用户只能通过应用程序脚本网络应用程序进行任何输入。我该怎么做?
sheet 的所有者需要使用以下选项发布 WebApp:
Execute the app as:
:Me
和 Who has access to the app
:Anyone within [you domain]
或 Anyone
- 在这种情况下,任何在浏览器中输入 WebApp URL 的用户(在您的域内)都可以执行该 App,而无需访问 spreadsheet
- 这是因为 WebApp 将 运行 代表创建它的用户 - 一旦用户授权了必要的权限