이 섹션에서는 Apps Script 프로젝트를 만들고, 읽고, 수정하고, 모니터링하는 데 사용할 수 있는 Apps Script API 메서드에 관한 개요를 제공합니다. 프로젝트 관리 샘플 페이지에는 API 관리 요청의 예가 나와 있습니다. 각 메서드의 참조 문서에서 구현 세부정보를 확인할 수 있습니다.
결과: 프로젝트의 코드 및 HTML 파일별로 하나씩 File 객체 배열을 반환합니다. 이 목록에는 프로젝트 매니페스트도 JSON 파일로 포함됩니다. 파일 객체에는 파일의 소스 콘텐츠(File.source)와 기타 메타데이터(예: 파일의 함수 목록(File.functionSet))가 포함됩니다.
결과: 스크립트 프로젝트의 파일 콘텐츠를 변경합니다.
새 콘텐츠를 File 객체의 배열로 제공합니다. 이러한 File 객체 중 하나는 JSON 유형을 보유하고 스크립트 프로젝트의 새 프로젝트 매니페스트를 나타내야 합니다. 새 콘텐츠가 프로젝트의 HEAD 버전으로 저장됩니다. 스크립트가 트리거로 실행되거나, 스크립트 편집기에서, 부가기능 미리보기 모드에서, 또는 개발 모드에서 웹 앱 또는 Apps Script API로 실행될 때 사용됩니다.
[[["이해하기 쉬움","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-05-08(UTC)"],[[["This section outlines Apps Script API methods for managing Apps Script projects, including creating, reading, updating, and monitoring."],["You can create new projects, retrieve project metadata and content, and update project files using these methods."],["The API allows you to access project metrics like user count, executions, and errors for analysis."],["Refer to the provided links for detailed documentation and code samples on project management requests."]]],[]]