이 섹션에 제공된 참조 문서에서는 다양한 Apps Script 서비스와 프로젝트 리소스를 설명합니다.
Apps Script 서비스
Apps Script 서비스는 스크립트가 Google 및 외부 시스템의 데이터에 액세스할 수 있는 방법을 제공합니다. 이러한 서비스는 Apps Script 환경에 내장되어 있으므로 직접 가져오거나 승인 컨트롤을 구현할 필요가 없습니다. 서비스는 Math와 같은 JavaScript 객체와 유사하게 연결된 메서드가 있는 전역 객체로 표현됩니다.
Apps Script 서비스에는 다음이 포함됩니다.
Google 서비스는 Drive, Gmail, Sheets와 같은 Google Workspace 앱의 데이터와 지도, 번역과 같은 기타 Google 앱에 액세스할 수 있는 서비스입니다.
유틸리티 서비스는 특정 Google 제품에 연결되지 않은 서비스입니다. 이를 통해 정보를 로깅하고, HTML을 만들고, 데이터를 압축하는 등의 작업을 할 수 있습니다.
고급 서비스
일부 Google 서비스는 고급 서비스로 제공됩니다. 고급 서비스는 Google Workspace 제품 API를 비롯한 Google 제품 API에 액세스할 수 있는 Apps Script 서비스입니다.
고급 Google 서비스는 기본적으로 API를 래핑하는 얇은 래퍼이며 API 자체는 아닙니다. 자세한 내용은 고급 Google 서비스를 참고하세요.
스크립트 프로젝트 리소스
스크립트 프로젝트 리소스는 Apps Script 프로젝트가 성공적으로 실행되도록 지원하는 정보를 제공합니다. 프로젝트 리소스에는 매니페스트 구성, 자동화 트리거, 할당량에 관한 정보가 포함됩니다.
[[["이해하기 쉬움","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\u003eApps Script offers built-in services enabling interaction with Google and external systems, including Google Workspace apps and utilities for tasks like logging and HTML creation.\u003c/p\u003e\n"],["\u003cp\u003eAdvanced Google services provide access to Google product APIs, including those for Google Workspace products, acting as simplified wrappers for these APIs.\u003c/p\u003e\n"],["\u003cp\u003eApps Script projects utilize resources like manifest configurations, triggers, and quotas to ensure proper functionality.\u003c/p\u003e\n"],["\u003cp\u003eGoogle Workspace Add-on resources are specifically for developing add-ons, while the Apps Script API enables programmatic management of Apps Script projects.\u003c/p\u003e\n"]]],[],null,["# Reference overview\n\nThe reference documentation provided in this section describes the various\nApps Script services and project resources.\n\nApps Script services\n--------------------\n\nApps Script services provide ways for your script to access data\non\nGoogle and external systems. These services are built into the\nApps Script\nenvironment so you don't have to import them or implement authorization\ncontrols yourself. Services are expressed as global objects with associated\nmethods, similar to JavaScript objects such as `Math`.\n\nApps Script services include:\n\n- **Google services** are services that let\n you access the data of Google Workspace\n apps, such as Drive, Gmail, and Sheets, and other Google apps such as Maps and\n Translate.\n\n- **Utility services** are services that aren't connected to a\n particular Google product. They let you do\n things like log information, create HTML, compress data, and more.\n\n### Advanced services\n\nSome Google services are offered as an *advanced service* . An advanced service\nis an Apps Script service that lets you access Google product\nAPIs, including\nbut not limited to the Google Workspace product APIs.\nAn advanced Google service is basically a thin wrapper around an API, and isn't\nan API itself. For more details, see [Advanced Google\nservices](/apps-script/guides/services/advanced).\n\nScript project resources\n------------------------\n\nScript project resources provide information about your\nApps Script\nproject to help it run successfully. Project resources include information about\nmanifest configuration, automation triggers, and quotas.\n\nGoogle Workspace add-on resources\n---------------------------------\n\nYou only need to refer to add-on resources if you're building a\n[Google Workspace add-on](/workspace/add-ons/concepts/types#google-workspace-add-ons).\n\nApps Script API\n---------------\n\nUse these resources if you want to programmatically create, modify, or deploy\nApps Script projects using the [Apps Script\nAPI](/apps-script/api/concepts)."]]