I'm sure I'm missing something very simple, but here is my problem. I have a spreadsheet with an apps script that has global variables that require authorization (due to openBy). I want to add a simple custom function to this spreadsheet, but it runs into an error because of the authorization required for the global variables. The custom function itself does not use the global variables, or do anything else that requires authorization.
↧