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"]],["최종 업데이트: 2023-12-01(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."]]],[]]