نشانه صفحه برای صفحه بعدی بازبینی ها. در صورت رسیدن به انتهای لیست اصلاحات، این قسمت وجود ندارد. اگر توکن به هر دلیلی رد شد، باید آن را دور انداخته و صفحه بندی را از صفحه اول نتایج مجدداً شروع کنید.
تاریخ آخرین بهروزرسانی 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 all revisions for a given file in Google Drive."],["Requires authorization with specific Google Drive scopes such as `drive`, `drive.file`, or `drive.readonly`."],["Sends a GET request to the endpoint `https://www.googleapis.com/drive/v2/files/{fileId}/revisions` with optional query parameters for pagination."],["The response provides a JSON representation containing revision details including `nextPageToken` for further retrieval and `items` which lists individual revisions."]]],["To list a file's revisions, use a `GET` request to the specified URL, including the `fileId` as a path parameter. Optional query parameters `maxResults` and `pageToken` control the number of results and pagination. The request body must be empty. The response body is a JSON object containing a list of revisions. The JSON will include the `nextPageToken`, `kind`, `etag`, `selfLink`, and `items` with a list of revision. Authorization requires one of several specified OAuth scopes.\n"]]