কে প্রতিক্রিয়া জানাতে পারে তার উপর ফর্ম নির্মাতাদের আরও নিয়ন্ত্রণ দিতে, আমরা উত্তরদাতাদের জন্য দানাদার নিয়ন্ত্রণ প্রবর্তন করছি। 31 জানুয়ারী, 2026-এর পরে API দিয়ে তৈরি করা ফর্মগুলি ডিফল্টরূপে একটি অপ্রকাশিত অবস্থায় থাকবে। আরও জানতে,
Google ফর্মগুলিতে API পরিবর্তনগুলি দেখুন।
ক্লায়েন্ট লাইব্রেরি ইনস্টল করুন
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
Google ফর্ম এপিআই HTTP এবং JSON-এ তৈরি করা হয়েছে, তাই যেকোনো স্ট্যান্ডার্ড HTTP ক্লায়েন্ট এতে অনুরোধ পাঠাতে পারে এবং প্রতিক্রিয়াগুলি পার্স করতে পারে। যাইহোক, Google API ক্লায়েন্ট লাইব্রেরিগুলি আরও ভাল ভাষা একীকরণ, উন্নত নিরাপত্তা এবং কল করার জন্য সমর্থন প্রদান করে যার জন্য ব্যবহারকারীর অনুমোদন প্রয়োজন। ক্লায়েন্ট লাইব্রেরি অনেক প্রোগ্রামিং ভাষায় পাওয়া যায়; এগুলি ব্যবহার করে আপনি ম্যানুয়ালি HTTP অনুরোধগুলি সেট আপ করার এবং প্রতিক্রিয়াগুলি পার্স করার প্রয়োজন এড়াতে পারেন।
শুরু করতে, আপনি বিকাশের জন্য যে প্রোগ্রামিং ভাষা ব্যবহার করছেন সেটি নির্বাচন করুন।
জাভা
এই পৃষ্ঠাটিতে Java এর জন্য Google API ক্লায়েন্ট লাইব্রেরি ব্যবহার করে Google Forms API এর সাথে শুরু করার তথ্য রয়েছে৷ আরও তথ্যের জন্য, নিম্নলিখিত ডকুমেন্টেশন দেখুন:
আপনার প্রকল্পে ক্লায়েন্ট লাইব্রেরি যোগ করুন
নিম্নলিখিত ট্যাবগুলি থেকে আপনার বিল্ড এনভায়রনমেন্ট (Maven বা Gradle) নির্বাচন করুন:
.নেট
এই পৃষ্ঠায় .NET-এর জন্য Google API ক্লায়েন্ট লাইব্রেরি ব্যবহার করে Google ফর্ম API-এর সাথে শুরু করার তথ্য রয়েছে৷ আরও তথ্যের জন্য, নিম্নলিখিত ডকুমেন্টেশন দেখুন:
লাইব্রেরি ডাউনলোড করা হচ্ছে
NuGet প্যাকেজ ইনস্টল করুন: Google.Apis ।
পাইথন
এই পৃষ্ঠায় পাইথনের জন্য Google API ক্লায়েন্ট লাইব্রেরি ব্যবহার করে Google ফর্ম API-এর সাথে শুরু করার বিষয়ে তথ্য রয়েছে৷ আরও তথ্যের জন্য, নিম্নলিখিত ডকুমেন্টেশন দেখুন:
ক্লায়েন্ট লাইব্রেরি ইনস্টল করুন
আপনি একটি প্যাকেজ ম্যানেজার ব্যবহার করতে পারেন বা ম্যানুয়ালি পাইথন ক্লায়েন্ট লাইব্রেরি ডাউনলোড এবং ইনস্টল করতে পারেন:
পরিচালিত ইনস্টল
আপনার ইনস্টলেশন পরিচালনা করতে পিপ বা সেটআপ টুল ব্যবহার করুন। আপনাকে প্রথমে sudo
চালানোর প্রয়োজন হতে পারে।
- পিপ (পছন্দের):
pip install --upgrade google-api-python-client
- সেটআপ টুল :
easy_install --upgrade google-api-python-client
ম্যানুয়াল ইনস্টল
- পাইথনের জন্য সর্বশেষ ক্লায়েন্ট লাইব্রেরি ডাউনলোড করুন ।
- কোডটি আনপ্যাক করুন।
- ইনস্টল করুন:
python setup.py install
অ্যাপ ইঞ্জিন
যেহেতু পাইথন ক্লায়েন্ট লাইব্রেরিগুলি অ্যাপ ইঞ্জিন পাইথন রানটাইম পরিবেশে ইনস্টল করা নেই, তাই আপনাকে অবশ্যই তৃতীয় পক্ষের লাইব্রেরির মতো আপনার অ্যাপ্লিকেশনে অনুলিপি করতে হবে।
রুবি
এই পৃষ্ঠাটিতে রুবির জন্য Google API ক্লায়েন্ট লাইব্রেরি ব্যবহার করে Google ফর্ম API-এর সাথে শুরু করার বিষয়ে তথ্য রয়েছে৷ আরও তথ্যের জন্য, নিম্নলিখিত ডকুমেন্টেশন দেখুন:
google-api-client
জহর ইনস্টল করুন
আপনার সিস্টেমের উপর নির্ভর করে, আপনাকে sudo
দিয়ে এই কমান্ডগুলিকে প্রিপেন্ড করতে হতে পারে।
আপনি যদি আগে রুবির জন্য Google API ক্লায়েন্ট লাইব্রেরি ইনস্টল না করে থাকেন, RubyGems
ব্যবহার করে ইনস্টল করুন:
gem install google-api-client
আপনার যদি ইতিমধ্যেই রত্নটি ইনস্টল করা থাকে তবে সর্বশেষ সংস্করণে আপডেট করুন:
gem update -y google-api-client
রুবির জন্য Google API ক্লায়েন্ট লাইব্রেরি দিয়ে শুরু করুন
আপনার প্রথম অনুরোধ কীভাবে করবেন তা শিখতে, শুরু করুন নির্দেশিকাটি দেখুন।
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-02-11 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-02-11 UTC-তে শেষবার আপডেট করা হয়েছে।"],[],[],null,["# Install Client Libraries\n\nThe Google Forms API is built on HTTP and JSON, so any standard HTTP client can\nsend requests to it and parse the responses. However, the Google API client\nlibraries provide better language integration, improved security, and support\nfor making calls that require user authorization. The client libraries are\navailable in many programming languages; by using them you can avoid the need\nto manually set up HTTP requests and parse the responses.\n\nTo get started, select the programming language that you are using for\ndevelopment. \n\n### Go\n\nGet the latest [Google Forms API client library for Go ()](https://github.com/google/google-api-go-client). Read the\nclient library's [developer's guide](https://github.com/google/google-api-go-client).\n\n### Java\n\n\u003cbr /\u003e\n\n\nThis page contains information about getting started with the Google Forms API by using\nthe Google API Client Library for Java. For more information, see the following documentation:\n\n- Browse the [Javadoc reference for the Google Forms API](https://googleapis.dev/java/google-api-services-forms/latest/).\n- Read the [Developer's Guide for the Google API Client Library for Java](https://github.com/googleapis/google-api-java-client/).\n\nAdd the client library to your project\n--------------------------------------\n\nSelect your build environment (Maven or Gradle) from the following tabs:\n\n\nMaven\n\nAdd the following to your `pom.xml` file:\n\n```\nRefreshing Maven content...\n```\n\nSee [all versions available on the Maven Central Repository](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.google.apis%22%20AND%20a%3A%22google-api-services-forms%22).\nGradle\n\nAdd the following to your `build.gradle` file:\n\n```\nRefreshing Gradle content...\n```\n\nSee [all versions available on the Maven Central Repository](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.google.apis%22%20AND%20a%3A%22google-api-services-forms%22).\n\n### JavaScript\n\nRead the client library's [developer's guide](/api-client-library/javascript/start/start-js).\n\n### .NET\n\n\nThis page contains information about getting started with the Google Forms API by using\nthe Google API Client Library for .NET. For more information, see the following documentation:\n\n- Browse the [.NET reference documentation for the Google Forms API](https://googleapis.dev/dotnet/Google.Apis/latest/api/Google.Apis.html).\n- Read the [Developer's guide for the Google API Client Library for .NET](/api-client-library/dotnet/get_started).\n\nDownloading the library\n-----------------------\n\nInstall the NuGet package:\n[Google.Apis](https://www.nuget.org/packages/Google.Apis).\n\n### Node.js\n\nGet the latest [Google Forms API client library for Node.js](https://github.com/google/google-api-nodejs-client/). Read the\nclient library's [developer's guide](https://github.com/google/google-api-nodejs-client/).\n\n### Obj-C\n\nGet the latest [Google Forms API client library for Objective-C](https://github.com/google/google-api-objectivec-client-for-rest). Read the\nclient library's [developer's guide](https://github.com/google/google-api-objectivec-client-for-rest/wiki).\n\n### PHP\n\nGet the latest [Google Forms API client library for PHP](https://github.com/google/google-api-php-client). Read the\nclient library's [developer's guide](/api-client-library/php).\n\n### Python\n\n\nThis page contains information about getting started with the Google Forms API by using\nthe Google API Client Library for Python (v1/v2). For more information, see the following documentation:\n\n- Browse the [PyDoc reference for the Google Forms API](https://googleapis.github.io/google-api-python-client/docs/dyn/forms_v1.html).\n- Read the [Developer's guide for the Google API Client Library for Python (v1/v2)](/api-client-library/python).\n\nSystem requirements\n-------------------\n\n- Operating systems:\n - Linux\n - macOS X\n - Windows\n- [The v1 client library requires Python 2.7 or higher. The v2 client library requires 3.7 or higher.](http://python.org/download/)\n\nInstall the client library\n--------------------------\n\nYou can either use a package manager or manually download and install the Python client library:\n\n### Managed install\n\nUse pip or setuptools to manage your installation. You might\nneed to run `sudo` first.\n\n- [pip](http://pypi.python.org/pypi/pip) (preferred): \n\n ```\n pip install --upgrade google-api-python-client\n ```\n- [Setuptools](http://pypi.python.org/pypi/setuptools): \n\n ```\n easy_install --upgrade google-api-python-client\n ```\n\n### Manual install\n\n1. [Download the latest client\n library for Python](https://pypi.python.org/pypi/google-api-python-client/).\n2. Unpack the code.\n3. Install: \n\n ```\n python setup.py install\n ```\n\n### App Engine\n\nBecause the Python client libraries aren't installed in the\n[App Engine Python runtime environment](https://cloud.google.com/appengine/docs/python/),\nyou must [copy them into your application](https://cloud.google.com/appengine/docs/python/tools/libraries27#vendoring) just like third-party libraries.\n\n\u003cbr /\u003e\n\n### Ruby\n\n\nThis page contains information about getting started with the Google Forms API by using\nthe Google API Client Library for Ruby. For more information, see the following documentation:\n\n- Read the [Get started guide for the Google API Client Library for Ruby](/api-client-library/ruby/start/get_started).\n\nInstall the `google-api-client` gem\n-----------------------------------\n\n\nDepending on your system, you might need to prepend these commands with `sudo`.\n\n\nIf you haven't installed the Google API Client Library for Ruby before, install by using `RubyGems`: \n\n```\ngem install google-api-client\n```\n\n\u003cbr /\u003e\n\n\nIf you already have the gem installed, update to the latest version: \n\n```\ngem update -y google-api-client\n```\n\n\u003cbr /\u003e\n\nGet started with the Google API Client Library for Ruby\n-------------------------------------------------------\n\n\nTo learn how to make your first request, see the\n[Get started guide](/api-client-library/ruby/start/get_started).\n\n\u003cbr /\u003e"]]