I have made a script that is running as a ‘Apps Script Gadget’ in Google Sites. The script has access to my email and calender etc. because I need notifications if someone has used my script.
When I go to the site as “noname” user I get the message “This application was created by another user, not by Google. This application has access to the following personal information: email address.” How do I get rid of this, the user is not interested if the script sends me a email or not.
Thank you for any advises.
If your script is not reliant on any of the users’ information, I would suggest when deploying the web app to “Execute the app as” me. In the Publish > Deploy As Web App… pop-up, there’s a dropdown for this.