How Do I publish google App script url as public for anyone with or without a google account to aceess?
Solution 1:
You have to change the web-app settings to
Execute the app as: me
Who has access to the app: Everyone, even anonymous
Related
- How to allow others to access a web app made from a Google Apps Script?
- How to let users access data from a Google Sheet from a Google Apps Script web app?