Google App Script - allowing access for anonymous users

后端 未结 2 794
醉酒成梦
醉酒成梦 2020-12-11 19:15

I have read the following threads:

  • Scripts not working for anonymous users, Google spreadsheet
  • Google Spreadsheet GAS Trigger not firing for anonymous
2条回答
  •  青春惊慌失措
    2020-12-11 19:51

    Scripts cannot be accessed or run at all by anonymous users, unless they are deployed as a Web App, and even then only the front end is accessible by an anonymous user.

    You'll see in your bound script that users who are not logged in cannot even access the script editor by clicking tools -> Script Editor (But all logged in users can). Additionally, if you have a standalone script in your Drive, and you right click and share to 'Anyone on the web can edit', anonymous users are still required to login.

提交回复
热议问题