[[["容易理解","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-09-03 (世界標準時間)。"],[[["Restores a shared Google Drive to its default view using a simple POST request."],["Requires the `driveId` as a path parameter and an empty request body."],["Upon success, the API returns a `Drive` resource representing the restored shared drive."],["Utilizes the `https://www.googleapis.com/auth/drive` OAuth scope for authorization."]]],["This document outlines the process for restoring a shared drive to its default view via an API call. It uses a `POST` request to the specified endpoint: `https://www.googleapis.com/drive/v2/drives/{driveId}/unhide`. The `driveId` path parameter is a string representing the ID of the shared drive. The request body must be empty. A successful operation returns a `Drive` instance in the response body. The request requires the `https://www.googleapis.com/auth/drive` OAuth scope.\n"]]