Google 클라우드 프로젝트 보기 또는 수정
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
모든 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-
로 시작합니다.
조직의 기본 프로젝트를 보거나 수정하려면 다음 단계를 따르세요.
- console.cloud.google.com에서 Cloud 콘솔을 엽니다.
- 메뉴 menu
> IAM 및 관리자
> 리소스 관리를 클릭합니다.
- 조직 옆에 있는 노드 펼치기 arrow_drop_down를 클릭합니다.
system-gsuite
폴더 옆에 있는 노드 펼치기 arrow_drop_down를 클릭합니다.
apps-script
폴더 옆에 있는 ID를 복사합니다.
- 필터 > 상위 ID를 클릭합니다.
- Apps Script 폴더 ID를 붙여넣고 Enter 키를 누릅니다.
- 확인하거나 수정하려는 프로젝트 옆에 있는 더보기 more_vert
> 설정을 클릭합니다. 프로젝트가 Cloud 콘솔에서 열리고 변경사항을 적용할 수 있습니다.
표준 Cloud 프로젝트 보기 또는 수정
조직의 표준 프로젝트를 보거나 수정하려면 다음 단계를 따르세요.
- console.cloud.google.com에서 Cloud 콘솔을 엽니다.
- 메뉴 menu
> IAM 및 관리자
> 리소스 관리를 클릭합니다.
- 조직 옆에 있는 노드 펼치기 arrow_drop_down를 클릭합니다.
프로젝트 목록에는 Apps Script 프로젝트가 연결되어 있는지 여부와 관계없이 모든 표준 Cloud 프로젝트가 포함됩니다.
resourcemanager.folders.list
권한이 없으면 표준 Cloud 프로젝트와 동일한 목록에 기본 Cloud 프로젝트가 표시될 수 있습니다.
두 프로젝트를 구분하기 위해 기본 프로젝트 ID는 sys-
로 시작합니다.
- 확인하거나 수정하려는 프로젝트 옆에 있는 더보기 more_vert
> 설정을 클릭합니다. 프로젝트가 Cloud 콘솔에서 열리고 변경사항을 적용할 수 있습니다.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-08-31(UTC)
[null,null,["최종 업데이트: 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,["# View or edit Google Cloud projects\n\nEvery Apps Script project is associated with a project in Google Cloud. There\nare 2 types of Cloud projects for Apps Script:\n\n- **Default Cloud projects** : Apps Script automatically creates and manages a Google Cloud project each time someone creates and runs an Apps Script project. To learn more, refer to [Default Cloud projects](/apps-script/guides/cloud-platform-projects#default_google_cloud_projects).\n- **Standard Cloud projects** : Users can create and manage their own Cloud projects for advanced Apps Script use cases. To learn more, refer to [Standard\n Cloud projects](/apps-script/guides/cloud-platform-projects#standard_google_cloud_projects).\n\nTo view your organization's default and standard Cloud projects in the Cloud\nconsole, you must have the `resourcemanager.projects.list` permission for your\norganization. If you want to view standard and default projects separately, you\nalso need `resourcemanager.folders.list` permission. To set view permissions for\nprojects in your organization, refer to [Assign view permission for all Cloud\nprojects in an organization](/apps-script/guides/admin/assign-cloud-permissions#assign_view_permission_for_all_cloud_projects_in_an_organization).\n\nTo edit your organization's standard and default Cloud projects in the Cloud\nconsole, you must have the `resourcemanager.projects.update` permission for your\norganization. To set edit permissions for\nprojects in your organization, refer to [Assign edit permission for all Cloud\nprojects in an organization](/apps-script/guides/admin/assign-cloud-permissions#assign_edit_permission_for_all_cloud_projects_in_an_organization).\n\nView or edit default Cloud projects\n-----------------------------------\n\nDefault projects fall under the\n`Organization root \u003e system-gsuite \u003e apps-script` folder in the Cloud resource\nhierarchy. Don't delete these folders. If you do, Apps Script can't create\ndefault projects and won't execute scripts properly.\n\nTo view the `system-gsuite` and `apps-script` folders, you must have\n`resourcemanager.folders.list` permission. If you only have\n`resourcemanager.projects.list permission`, standard and default projects show\nup together in one list. Default project IDs start with `sys-`.\n\nTo view or edit the default projects in your organization, take the following\nsteps:\n\n1. Open the Cloud console at [console.cloud.google.com](https://console.cloud.google.com/).\n2. Click Menu menu \\\u003e **IAM \\& Admin** \\\u003e **Manage Resources**.\n3. Next to your organization, click Expand node arrow_drop_down.\n4. Next to the `system-gsuite` folder, click Expand node arrow_drop_down.\n5. Next to the `apps-script` folder, copy the ID.\n6. Click **Filter** \\\u003e **Parent ID**.\n7. Paste the Apps Script folder ID and press **Enter**.\n8. Next to the project you want to view or edit, click More more_vert \\\u003e **Settings**. The project opens in the Cloud console and you can make your changes.\n\nView or edit standard Cloud projects\n------------------------------------\n\nTo view or edit the standard projects in your organization, take the following\nsteps:\n\n1. Open the Cloud console at [console.cloud.google.com](https://console.cloud.google.com/).\n2. Click Menu menu \\\u003e **IAM \\& Admin** \\\u003e **Manage Resources**.\n3. Next to your organization, click Expand node arrow_drop_down. The list of projects includes all standard Cloud projects whether or not they have Apps Script projects associated with them.\n - If you don't have `resourcemanager.folders.list` permission, you might see default Cloud projects in the same list as standard Cloud projects. To tell the difference between the two, default project IDs start with `sys-`.\n4. Next to the project you want to view or edit, click More more_vert \\\u003e **Settings**. The project opens in the Cloud console and you can make your changes.\n\nRelated resources\n-----------------\n\n- [Creating and managing projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects)\n- [Turn Google Cloud on or off for users](https://support.google.com/a/answer/9197205)"]]