독립형 스크립트
독립형 스크립트는 Google Sheets, Docs, Slides 또는 Forms 파일에 바인딩되지 않은 스크립트입니다. 이러한 스크립트는 Google Drive의 파일 간에 표시됩니다.
독립형 스크립트 만들기
독립형 스크립트를 만드는 가장 쉬운 방법은 script.google.com
로 이동하여 왼쪽 상단에서 add새 프로젝트를 클릭하는 것입니다.
Google Drive에서 독립형 스크립트를 만들 수도 있습니다. Google Drive로 이동하여 새로 만들기 > 더보기 > Google Apps Script를 클릭합니다.
독립형 스크립트 실행
스크립트 편집기에서 함수를 실행하려면 상단에서 실행할 함수의 이름을 선택하고 실행을 클릭합니다.
독립형 스크립트 사용
많은 독립형 스크립트는 유틸리티 스크립트입니다. 예를 들어 이름에 'untitled'이 포함된 오래된 파일을 Google Drive에서 검색하여 삭제할 수 있습니다.
독립형 스크립트는 웹 앱으로 배포하거나 설치 가능한 트리거에서 자동으로 실행되도록 설정할 수도 있습니다.
이제 독립형 스크립트에서 부가기능을 게시할 수 있습니다.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-12-21(UTC)
[null,null,["최종 업데이트: 2024-12-21(UTC)"],[[["Standalone Google Apps Scripts are independent scripts not tied to any specific Google file like Sheets, Docs, or Slides, and they reside in your Google Drive."],["You can effortlessly create a standalone script by visiting script.google.com or through Google Drive by navigating to New \u003e More \u003e Google Apps Script."],["Standalone scripts are often utilized as utilities to automate tasks, such as searching and deleting files, or deployed as web apps or triggered automatically."],["They can be run directly from the script editor by selecting the desired function and clicking Run."],["Additionally, add-ons for Google Workspace can now be published using standalone scripts."]]],[]]