Method: drives.unhide
Bir ortak Drive'ı varsayılan görünüme geri yükler.
HTTP isteği
POST https://www.googleapis.com/drive/v3/drives/{driveId}/unhide
URL, gRPC Kod Dönüştürme söz dizimini kullanır.
Yol parametreleri
Parametreler |
driveId |
string
Ortak Drive'ın kimliği.
|
İstek içeriği
İstek metni boş olmalıdır.
Yanıt metni
Başarılıysa yanıt metni, Drive
öğesinin bir örneğini içerir.
Yetkilendirme kapsamları
Aşağıdaki OAuth kapsamını gerektirir:
https://www.googleapis.com/auth/drive
Bazı kapsamlar kısıtlanmıştır ve uygulamanızın bunları kullanabilmesi için güvenlik değerlendirmesi yapılması gerekir. Daha fazla bilgi için Yetkilendirme kılavuzuna göz atın.
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-09-04 UTC.
[null,null,["Son güncelleme tarihi: 2024-09-04 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"]]