Google apps script authorization permissions and types of scripts
apps-script authorization permissions_and_types_of_scripts
The user identity that a script runs with — and thus the data it can access — varies based on the scenario in which the script is run, as shown in the table below.
| Type of script | Script runs as... |
|---|---|
| Standalone, add-on, or bound to Docs, Sheets, or Forms | User at the keyboard |
| Custom function in a spreadsheet | Anonymous user; however, quota limits count against user at the keyboard |
| Web app or Google Sites gadget | User at the keyboard or script owner, dependent on options selectedwhen deploying the app |
| Installable trigger | User who created the trigger |
댓글