[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-17 UTC."],[[["Restores a shared Google Drive to its default view using a POST request."],["Requires the `driveId` as a path parameter to specify the target shared drive."],["The request body should be empty, and a successful response returns a `Drive` object."],["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 using a `POST` HTTP request to `https://www.googleapis.com/drive/v3/drives/{driveId}/unhide`. The `driveId` parameter, a string, is required in the URL path. The request body must be empty. A successful operation returns a `Drive` instance in the response body. Authorization requires the `https://www.googleapis.com/auth/drive` OAuth scope.\n"]]