Method: changes.getStartPageToken
ভবিষ্যত পরিবর্তনের তালিকার জন্য প্রারম্ভিক পৃষ্ঠা টোকেন পায়।
HTTP অনুরোধ
GET https://www.googleapis.com/drive/v2/changes/startPageToken
URL gRPC ট্রান্সকোডিং সিনট্যাক্স ব্যবহার করে।
ক্যোয়ারী প্যারামিটার
পরামিতি |
---|
driveId | string শেয়ার্ড ড্রাইভের আইডি যার জন্য সেই শেয়ার্ড ড্রাইভ থেকে ভবিষ্যতের পরিবর্তনগুলি তালিকাভুক্ত করার জন্য প্রারম্ভিক পৃষ্ঠা টোকেন ফেরত দেওয়া হবে৷ |
supportsAllDrives | boolean অনুরোধ করা অ্যাপ্লিকেশনটি আমার ড্রাইভ এবং শেয়ার্ড ড্রাইভ উভয়কেই সমর্থন করে কিনা৷ |
supportsTeamDrives (deprecated) | boolean বাতিল করা হয়েছে: পরিবর্তে supportsAllDrives ব্যবহার করুন। |
teamDriveId (deprecated) | string বাতিল করা হয়েছে: পরিবর্তে driveId ব্যবহার করুন। |
শরীরের অনুরোধ
অনুরোধের বডি খালি হতে হবে।
প্রতিক্রিয়া শরীর
সফল হলে, প্রতিক্রিয়া বডিতে নিম্নলিখিত কাঠামোর সাথে ডেটা থাকে:
JSON প্রতিনিধিত্ব |
---|
{
"startPageToken": string,
"kind": string
} |
ক্ষেত্র |
---|
startPageToken | string তালিকা পরিবর্তনের জন্য প্রারম্ভিক পৃষ্ঠা টোকেন। |
kind | string এই সম্পদ কি ধরনের সনাক্ত. মান: স্থির স্ট্রিং "drive#startPageToken" । |
অনুমোদনের সুযোগ
নিম্নলিখিত OAuth সুযোগগুলির মধ্যে একটি প্রয়োজন:
-
https://www.googleapis.com/auth/docs
-
https://www.googleapis.com/auth/drive
-
https://www.googleapis.com/auth/drive.appdata
-
https://www.googleapis.com/auth/drive.apps.readonly
-
https://www.googleapis.com/auth/drive.file
-
https://www.googleapis.com/auth/drive.meet.readonly
-
https://www.googleapis.com/auth/drive.metadata
-
https://www.googleapis.com/auth/drive.metadata.readonly
-
https://www.googleapis.com/auth/drive.photos.readonly
-
https://www.googleapis.com/auth/drive.readonly
কিছু সুযোগ সীমাবদ্ধ এবং সেগুলি ব্যবহার করার জন্য আপনার অ্যাপের নিরাপত্তা মূল্যায়ন প্রয়োজন। আরও তথ্যের জন্য, অনুমোদন নির্দেশিকা দেখুন।
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-01-10 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-01-10 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["This API retrieves the starting page token required to list future changes in Google Drive, including within shared drives."],["The request body should be empty, while the response includes the `startPageToken` and a resource identifier (`kind`)."],["Several authorization scopes are available, ranging from full Drive access (`drive`) to read-only metadata permissions (`drive.metadata.readonly`), with some requiring a security assessment."],["Optional query parameters allow specifying a specific shared drive (`driveId`) and declaring support for My Drives and shared drives (`supportsAllDrives`)."],["You can find the endpoint URL and detailed parameter descriptions within the documentation to implement this functionality."]]],["This document details how to retrieve a starting page token for listing changes via a `GET` HTTP request to `https://www.googleapis.com/drive/v2/changes/startPageToken`. The request, with an empty body, may include `driveId` and `supportsAllDrives` query parameters. The response contains `startPageToken` and `kind` fields, formatted in JSON. Various OAuth scopes are required for authorization, such as `https://www.googleapis.com/auth/drive`. Deprecated parameters `supportsTeamDrives` and `teamDriveId` should not be used.\n"]]