양식 작성자가 응답할 수 있는 사용자를 더 세부적으로 관리할 수 있도록 응답자에 대한 세부적인 관리 기능이 도입됩니다. 2026년 1월 31일 이후에 API로 만든 양식은 기본적으로 게시되지 않은 상태입니다. 자세한 내용은 Google Forms API 변경사항을 참고하세요.
Google Forms에 응답할 수 있는 사용자를 세부적으로 관리할 수 있는 옵션이 도입됨에 따라 응답자와 공유하기 전에 양식을 게시해야 합니다. 기존 스크립트가 중단되지 않도록 하기 위해 현재 API로 생성된 양식은 기본적으로 게시됩니다. 그러나 UI의 제품 환경에 맞추기 위해 2026년 1월 31일 이후에 API로 생성된 양식은 게시되지 않은 상태로 생성되며 응답을 수락하려면 양식을 게시해야 합니다.
별도의 설정을 하지 않을 경우
조치를 취하지 않으면 2026년 1월 31일 이후 API를 사용하여 만든 새 양식은 기본적으로 게시되지 않은 상태로 유지되며 응답을 수신하지 않습니다.
어떤 변경사항이 필요한가요?
2026년 1월 31일 이후에 API로 생성된 양식은 게시되지 않은 상태로 생성됩니다. 앞으로는 forms.setPublishedSettings() 메서드를 사용하여 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-07-01(UTC)"],[],[],null,["# API Changes to Google Forms\n\nWith the introduction of the granular control options for who can respond to\nGoogle Forms, forms need to be published before sharing with responders. To\nmake sure that existing scripts don't break, today API created forms are published\nby default. However, to align with the product experience in the UI, forms\ncreated by API after January 31, 2026, will be created in an unpublished state\nand you must publish the forms before they can accept responses.\n\nWhat happens if you do nothing\n------------------------------\n\nIf no action is taken, then new forms created using APIs after January 31, 2026,\nwill be in an unpublished state by default and won't receive responses.\n\nWhat changes do you need to make\n--------------------------------\n\n- Forms created by API after January 31, 2026, will be created in an\n unpublished state. Going forward, you will need to explicitly publish the forms\n created by API by using the [`forms.setPublishedSettings()`](/workspace/forms/api/reference/rest/v1/forms/setPublishSettings) method.\n\n- To test publishing a form, first create a form in an unpublished state using the\n [`forms.create()`](/workspace/forms/api/reference/rest/v1/forms/create) method.\n Then publish the form with the [`forms.setPublishSettings()`](/workspace/forms/api/reference/rest/v1/forms/setPublishSettings) method.\n\n- You can control who responds to your form by sharing it with specific users. The [`permissions.create`](/workspace/drive/api/reference/rest/v3/permissions/create) method can be used to share the form with responders. Refer\n to [Share your form with more responders](/workspace/forms/api/guides/publish-form#share-form) for more details."]]