如何使用 GAS 使 google 表单不受限制?

How do I make a google form unrestricted using GAS?

我正在使用 G Suite 教育版。我有一个生成 Google 表单并通过电子邮件向其发送 link 的 GAS 项目。我需要表格以允许组织外部的用户完成它。我似乎找不到使用 Google's reference materials for the Forms service 的方法。我需要在 Google Apps 脚本中做什么才能设置表单的属性,以便拥有 link 的任何人都可以完成它?

您需要使用 setRequireLogin(false)

Sets whether the form requires respondents to log in to an account in the same domain or a subdomain before responding.