enum을 호출하려면 상위 클래스, 이름, 속성을 호출합니다. 예를 들면
ScriptApp.AuthorizationStatus.REQUIRED입니다.
속성
속성
유형
설명
REQUIRED
Enum
사용자가 하나 이상의 서비스를 사용하도록 이 스크립트를 승인해야 합니다. 대부분의 경우 스크립트는 다음에 실행될 때 사용자에게 승인 메시지를 표시합니다. 그러나 스크립트가 설치 가능한 트리거를 사용하는 부가기능으로 게시된 경우 트리거는 승인 메시지를 표시하지 않고 스크립트를 실행하지만 스크립트가 승인되지 않은 서비스를 호출하려고 하면 예외가 발생합니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2024-12-02(UTC)"],[[["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."]]],[]]