I have created a spreadsheet that uses a simple script to make buttons function. The sheet has become very popular and I am getting tons of downloads daily - but some people are afraid to "allow" my script because how awful Google makes it sound (I totally understand it, but it keeps saying it is not approved and could be malicious and so on).
How do I go about getting the script approved? I thought I did the right steps but never heard anything.
My spreadsheet is always evolving and new versions might have changes to the script, so will I have to get new approval every time I update the sheet?
CodePudding user response:
Tl; Dr
- Create a Google Cloud Standard Project and take note of the project id
- Complete the OAuth Consent Screen. At this end of this, it will be sent to verification
- Add the project id to the Google Apps Script project
For the detailed instructions go to the official help articles (listed below)
References