How to Authorize Access to Appscript

Google Appscript makes the impossible happen in your spreadsheet through coding. Before you can run a custom script, you need to authorize access. The first time an individual uses a script (usually in the form of a custom button or custom menu) it will ask for authorization. You should only have to do this once unless you log in from a new account, lose or regain access to the file or if the script gets edited. Follow these steps to authorize it:

  1. You will get a pop-up that says “Authorization Required” Click Continue
  1. Select the account you are using to access the document
  1. You’ll get a warning message that says “Google hasn’t verified this app” Click Advanced
  1. It says continue only if you trust the developer. Select “Go To [name of code file] – unsafe”
  1. From there it will tell you what allowing this app will do. Click Allow (you may have to scroll down to find the button)
  2. Now try the button or menu item again. This time it should run smoothly.

Leave a comment