모든 Apps Script 프로젝트는 Google Cloud의 프로젝트와 연결됩니다. Apps Script에는 다음과 같은 두 가지 유형의 클라우드 프로젝트가 있습니다.
기본 Cloud 프로젝트: 사용자가 Apps Script 프로젝트를 만들고 실행할 때마다 Apps Script에서 Google Cloud 프로젝트를 자동으로 만들고 관리합니다. 자세한 내용은 기본 Cloud 프로젝트를 참고하세요.
표준 Cloud 프로젝트: 사용자는 고급 Apps Script 사용 사례를 위해 자체 Cloud 프로젝트를 만들고 관리할 수 있습니다. 자세한 내용은 표준 Cloud 프로젝트를 참고하세요.
Cloud 콘솔에서 조직의 기본 및 표준 Cloud 프로젝트를 보려면 조직에 대한 resourcemanager.projects.list 권한이 있어야 합니다. 표준 프로젝트와 기본 프로젝트를 별도로 보려면 resourcemanager.folders.list 권한도 필요합니다. 조직의 프로젝트에 대한 보기 권한을 설정하려면 조직의 모든 Cloud 프로젝트에 보기 권한 할당을 참고하세요.
Cloud 콘솔에서 조직의 표준 및 기본 Cloud 프로젝트를 수정하려면 조직에 대한 resourcemanager.projects.update 권한이 있어야 합니다. 조직의 프로젝트에 대한 수정 권한을 설정하려면 조직의 모든 Cloud 프로젝트에 수정 권한 할당을 참고하세요.
기본 Cloud 프로젝트 보기 또는 수정
기본 프로젝트는 클라우드 리소스 계층 구조의 Organization root > system-gsuite > apps-script 폴더에 속합니다. 이 폴더를 삭제하지 마세요. 이 경우 Apps Script에서 기본 프로젝트를 만들 수 없으며 스크립트가 제대로 실행되지 않습니다.
system-gsuite 및 apps-script 폴더를 보려면 resourcemanager.folders.list 권한이 있어야 합니다. resourcemanager.projects.list permission만 있는 경우 표준 프로젝트와 기본 프로젝트가 하나의 목록에 함께 표시됩니다. 기본 프로젝트 ID는 sys-로 시작합니다.
[[["이해하기 쉬움","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"]],["최종 업데이트: 2025-08-31(UTC)"],[[["\u003cp\u003eEvery Apps Script project is associated with a Google Cloud project, which can be either automatically managed (default) or user-managed (standard).\u003c/p\u003e\n"],["\u003cp\u003eDefault Cloud projects are automatically created and managed by Apps Script, while standard Cloud projects allow for advanced customizations and control.\u003c/p\u003e\n"],["\u003cp\u003eViewing and editing Cloud projects associated with Apps Script requires specific permissions in Google Cloud, such as \u003ccode\u003eresourcemanager.projects.list\u003c/code\u003e for viewing and \u003ccode\u003eresourcemanager.projects.update\u003c/code\u003e for editing.\u003c/p\u003e\n"],["\u003cp\u003eYou can view and manage both default and standard Cloud projects within the Google Cloud console using the IAM & Admin section.\u003c/p\u003e\n"],["\u003cp\u003eDefault Cloud projects reside under a specific folder structure within the Cloud resource hierarchy (\u003ccode\u003eOrganization root > system-gsuite > apps-script\u003c/code\u003e), which should not be deleted to ensure proper Apps Script functionality.\u003c/p\u003e\n"]]],[],null,[]]