لیست پاسخ ها اگر nextPageToken پر شده باشد، این لیست ممکن است ناقص باشد و یک صفحه اضافی از نتایج باید واکشی شود.
nextPageToken
string
نشانه صفحه برای صفحه بعدی پاسخ ها. اگر به انتهای لیست پاسخ ها رسیده باشد، این مورد وجود ندارد. اگر توکن به هر دلیلی رد شد، باید دور انداخته شود و صفحهبندی باید از صفحه اول نتایج دوباره شروع شود. نشانه صفحه معمولاً برای چند ساعت معتبر است. با این حال، اگر موارد جدیدی اضافه یا حذف شوند، نتایج مورد انتظار شما ممکن است متفاوت باشد.
تاریخ آخرین بهروزرسانی 2024-11-13 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","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"]],["تاریخ آخرین بهروزرسانی 2024-11-13 بهوقت ساعت هماهنگ جهانی."],[[["Lists a comment's replies using a `GET` request to the Drive API."],["Requires providing `fileId` and `commentId` as path parameters."],["Allows filtering and pagination via query parameters like `includeDeleted`, `pageSize`, and `pageToken`."],["The response includes a list of replies and a token for fetching further pages if available."],["Requires authorization with specific scopes like `https://www.googleapis.com/auth/drive` or similar."]]],["This describes retrieving replies to a comment on a file using a `GET` request to a specified URL. The request requires `fileId` and `commentId` path parameters. Optional query parameters include `includeDeleted`, `pageSize`, and `pageToken` for handling deleted replies and pagination. The request body must be empty. The successful response includes `kind`, `replies` (an array of reply objects), and `nextPageToken` for pagination. Authorization requires specific OAuth scopes, with some requiring a security assessment.\n"]]