양식 작성자가 응답할 수 있는 사용자를 더 세부적으로 관리할 수 있도록 응답자를 위한 세부적인 관리 기능이 도입됩니다. 2026년 3월 31일 이후에 API로 만든 양식은 기본적으로 게시되지 않은 상태가 됩니다. 자세한 내용은 Google Forms의 API 변경사항을 참고하세요.
JavaScript로 개발하려는 경우 Apps Script를 사용하면 Cloud 콘솔 프로젝트 및 OAuth 동의 흐름 설정을 자동화하여 시간을 절약할 수 있습니다.
또한 Apps Script는 브라우저 기반 코드 편집기를 제공하고 Google 서버에서 코드를 실행합니다.
반면 REST API는 JavaScript 외에도 여러 언어로 클라이언트 라이브러리를 제공하므로 원하는 언어로 개발할 수 있으며 런타임 또는 동시 실행 제한이 적용되지 않습니다.
Apps Script에서 REST API 사용
Apps Script 개발 환경을 선호하지만 Forms REST API 기능을 사용하려면 UrlFetchApp를 사용하면 됩니다. 자세한 내용은 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-04-09(UTC)"],[],["The Google Forms API and Apps Script's Forms Service offer overlapping functionalities, but with key distinctions. The REST API doesn't support submitting responses or detailed data in pub/sub notifications, while Apps Script lacks Cloud Pub/Sub subscription and setting non-multiple-choice answers. The REST API's `forms.watches` is favored for reliability and form edits, while Apps Script triggers offer data-rich notifications and time-based triggers. They have separate service limits, languages and development environments. Developers can use the REST API from within Apps Script using `UrlFetchApp`.\n"],null,[]]