Enum AuthorizationStatus
授權狀態
列舉項目,表示指令碼的授權狀態。
如要呼叫列舉,請呼叫其父項類別、名稱和屬性。例如
ScriptApp.AuthorizationStatus.REQUIRED
。
屬性
屬性 | 類型 | 說明 |
REQUIRED | Enum | 使用者必須授權此指令碼使用一或多項服務。在大多數情況下,指令碼會在下次執行時提示使用者授權;不過,如果指令碼是以使用可安裝觸發事件的外掛程式發布,則觸發事件會在執行指令碼時不提示授權,但如果指令碼嘗試呼叫未經授權的服務,則會擲回例外狀況。 |
NOT_REQUIRED | Enum | 使用者已授予這個指令碼目前所需的所有授權。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-12-02 (世界標準時間)。
[null,null,["上次更新時間:2024-12-02 (世界標準時間)。"],[[["AuthorizationStatus is an enumeration used to represent the authorization level of a script."],["Scripts may require user authorization to access certain services, indicated by `ScriptApp.AuthorizationStatus.REQUIRED`."],["If a script has all necessary authorizations, its status is represented by `ScriptApp.AuthorizationStatus.NOT_REQUIRED`."],["Add-ons using installable triggers might run without explicit authorization prompts but will throw exceptions when attempting to use unauthorized services."]]],[]]