[[["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."],[[["Hides a specified shared drive from the user's default view."],["Requires a `POST` request to the specific endpoint with the shared drive's ID."],["The request body should be empty, and a successful response returns a `Drive` resource."],["Requires authorization with the `https://www.googleapis.com/auth/drive` scope."]]],["This document outlines the process for hiding a shared drive using a `POST` HTTP request to the Google Drive API (`/drive/v2/drives/{driveId}/hide`). The `driveId` parameter, a string, must be provided in the URL path. The request body must be empty. Upon success, the API returns a Drive instance in the response body. Authorization requires the `https://www.googleapis.com/auth/drive` OAuth scope, with some scopes needing a security assessment.\n"]]