কে প্রতিক্রিয়া জানাতে পারে তার উপর ফর্ম নির্মাতাদের আরও নিয়ন্ত্রণ দিতে, আমরা উত্তরদাতাদের জন্য দানাদার নিয়ন্ত্রণ প্রবর্তন করছি। 31 জানুয়ারী, 2026-এর পরে API দিয়ে তৈরি করা ফর্মগুলি ডিফল্টরূপে একটি অপ্রকাশিত অবস্থায় থাকবে। আরও জানতে, Google ফর্মগুলিতে API পরিবর্তনগুলি দেখুন।
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
কে Google ফর্মগুলিতে প্রতিক্রিয়া জানাতে পারে তার জন্য দানাদার নিয়ন্ত্রণ বিকল্পগুলির প্রবর্তনের সাথে, উত্তরদাতাদের সাথে ভাগ করে নেওয়ার আগে ফর্মগুলি প্রকাশ করতে হবে৷ বিদ্যমান স্ক্রিপ্টগুলি যাতে ভেঙে না যায় তা নিশ্চিত করার জন্য, আজকে API তৈরি করা ফর্মগুলি ডিফল্টরূপে প্রকাশিত হয়৷ যাইহোক, UI-তে পণ্যের অভিজ্ঞতার সাথে সারিবদ্ধ করার জন্য, 31 জানুয়ারী, 2026 এর পরে API দ্বারা তৈরি ফর্মগুলি একটি অপ্রকাশিত অবস্থায় তৈরি করা হবে এবং তারা প্রতিক্রিয়াগুলি গ্রহণ করার আগে আপনাকে অবশ্যই ফর্মগুলি প্রকাশ করতে হবে।
কিছু না করলে কি হবে
যদি কোনো ব্যবস্থা নেওয়া না হয়, তাহলে 31 জানুয়ারী, 2026 এর পর API ব্যবহার করে তৈরি করা নতুন ফর্মগুলি ডিফল্টরূপে অপ্রকাশিত অবস্থায় থাকবে এবং প্রতিক্রিয়া পাবে না।
আপনি কি পরিবর্তন করতে হবে
31 জানুয়ারী, 2026 এর পরে API দ্বারা তৈরি ফর্মগুলি একটি অপ্রকাশিত অবস্থায় তৈরি করা হবে। সামনের দিকে, আপনাকে forms.setPublishedSettings() পদ্ধতি ব্যবহার করে API দ্বারা তৈরি ফর্মগুলি স্পষ্টভাবে প্রকাশ করতে হবে৷
একটি ফর্ম প্রকাশ করার পরীক্ষা করার জন্য, প্রথমে forms.create() পদ্ধতি ব্যবহার করে একটি অপ্রকাশিত অবস্থায় একটি ফর্ম তৈরি করুন৷ তারপর forms.setPublishSettings() পদ্ধতিতে ফর্মটি প্রকাশ করুন।
নির্দিষ্ট ব্যবহারকারীদের সাথে ভাগ করে আপনার ফর্মে কে সাড়া দেয় তা আপনি নিয়ন্ত্রণ করতে পারেন৷ 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-07-01 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 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\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- 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."]]