כדי לתת ליוצרים של טפסים יותר שליטה על מי יכול להשיב להם, אנחנו משיקים אמצעי בקרה מפורטים יותר לגבי המשיבים. טפסים שנוצרו באמצעות ה-API אחרי 31 בינואר 2026 יהיו במצב 'לא פורסם' כברירת מחדל. מידע נוסף זמין במאמר שינויים ב-API של Google Forms.
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
הוספנו אפשרויות לקביעה מדויקת של מי יכול להשיב לטפסים ב-Google Forms, ולכן צריך לפרסם את הטפסים לפני שמשתפים אותם עם המשיבים. כדי לוודא שסקריפטים קיימים לא ייפגעו, טפסים שנוצרו באמצעות API היום מתפרסמים כברירת מחדל. עם זאת, כדי להתאים את חוויית המוצר בממשק המשתמש, טפסים שנוצרו על ידי API אחרי 31 במרץ 2026 ייווצרו במצב לא גלוי, ותצטרכו לפרסם את הטפסים כדי שיהיה אפשר לשלוח תשובות.
מה יקרה אם לא תעשה דבר
אם לא תתבצע שום פעולה, טפסים חדשים שייווצרו באמצעות ממשקי API אחרי 31 במרץ 2026 יהיו במצב לא גלוי כברירת מחדל ולא יתקבלו בהם תשובות.
אילו שינויים צריך לבצע
טפסים שייווצרו באמצעות API אחרי 31 במרץ 2026 ייווצרו במצב לא גלוי. מעכשיו והלאה, תצטרכו לפרסם במפורש את הטפסים שנוצרו על ידי API באמצעות השיטה forms.setPublishedSettings().
אתם יכולים לקבוע מי יוכל להשיב לטופס שלכם על ידי שיתוף שלו עם משתמשים ספציפיים. אפשר להשתמש בשיטה permissions.create כדי לשתף את הטופס עם משיבים. פרטים נוספים זמינים במאמר שיתוף הטופס עם עוד משיבים.
[[["התוכן קל להבנה","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-09-04 (שעון UTC)."],[],[],null,["With 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 March 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\nIf no action is taken, then new forms created using APIs after March 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- Forms created by API after March 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."]]