फ़ॉर्म के क्रिएटर्स को यह कंट्रोल करने की सुविधा देने के लिए कि कौन जवाब दे सकता है, हम जवाब देने वालों के लिए ज़्यादा कंट्रोल उपलब्ध करा रहे हैं. एपीआई का इस्तेमाल करके 31 जनवरी, 2026 के बाद बनाए गए फ़ॉर्म, डिफ़ॉल्ट रूप से 'पब्लिश नहीं किया गया' के तौर पर सेट होंगे. ज़्यादा जानने के लिए,
Google Forms में एपीआई से जुड़े बदलाव देखें.
Google Forms में एपीआई से जुड़े बदलाव
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
Google Forms में, जवाब देने वाले लोगों को कंट्रोल करने के विकल्प जोड़े गए हैं. इसलिए, जवाब देने वाले लोगों के साथ फ़ॉर्म शेयर करने से पहले, उन्हें पब्लिश करना ज़रूरी है. मौजूदा स्क्रिप्ट काम करती रहें, इसके लिए एपीआई से बनाए गए फ़ॉर्म डिफ़ॉल्ट रूप से पब्लिश किए जाते हैं. हालांकि, यूज़र इंटरफ़ेस (यूआई) में प्रॉडक्ट के अनुभव के साथ अलाइन करने के लिए, एपीआई से 31 जनवरी, 2026 के बाद बनाए गए फ़ॉर्म, पब्लिश नहीं किए गए स्टेटस में बनाए जाएंगे. साथ ही, जवाब स्वीकार करने से पहले, आपको फ़ॉर्म पब्लिश करने होंगे.
यदि आप कुछ नहीं करेंगे तो क्या होगा
अगर कोई कार्रवाई नहीं की जाती है, तो एपीआई का इस्तेमाल करके 31 जनवरी, 2026 के बाद बनाए गए नए फ़ॉर्म, डिफ़ॉल्ट रूप से पब्लिश नहीं किए जाएंगे. साथ ही, इन फ़ॉर्म के लिए जवाब भी नहीं मिलेंगे.
आपको कौनसे बदलाव करने होंगे
एपीआई की मदद से 31 जनवरी, 2026 के बाद बनाए गए फ़ॉर्म, पब्लिश नहीं किए जाएंगे. आने वाले समय में, आपको एपीआई से बनाए गए फ़ॉर्म को साफ़ तौर पर पब्लिश करना होगा. इसके लिए, forms.setPublishedSettings()
तरीके का इस्तेमाल करें.
किसी फ़ॉर्म को पब्लिश करने की जांच करने के लिए, पहले forms.create()
तरीके का इस्तेमाल करके, फ़ॉर्म को पब्लिश न की गई स्थिति में बनाएं.
इसके बाद, forms.setPublishSettings()
तरीके से फ़ॉर्म पब्लिश करें.
फ़ॉर्म को चुनिंदा लोगों के साथ शेयर करके, यह कंट्रोल किया जा सकता है कि आपके फ़ॉर्म का जवाब कौन दे. जवाब देने वाले लोगों के साथ फ़ॉर्म शेयर करने के लिए, permissions.create
तरीके का इस्तेमाल किया जा सकता है. ज़्यादा जानकारी के लिए, ज़्यादा लोगों के साथ अपना फ़ॉर्म शेयर करना लेख पढ़ें.
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-01 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 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."]]