Method: drives.hide
ডিফল্ট ভিউ থেকে শেয়ার্ড ড্রাইভ লুকিয়ে রাখে।
HTTP অনুরোধ
POST https://www.googleapis.com/drive/v2/drives/{driveId}/hide
URL gRPC ট্রান্সকোডিং সিনট্যাক্স ব্যবহার করে।
পাথ প্যারামিটার
পরামিতি |
---|
driveId | string শেয়ার্ড ড্রাইভের আইডি। |
শরীরের অনুরোধ
অনুরোধের বডি খালি হতে হবে।
প্রতিক্রিয়া শরীর
সফল হলে, প্রতিক্রিয়া বডিতে Drive
একটি উদাহরণ থাকে।
অনুমোদনের সুযোগ
নিম্নলিখিত OAuth সুযোগ প্রয়োজন:
-
https://www.googleapis.com/auth/drive
কিছু সুযোগ সীমাবদ্ধ এবং সেগুলি ব্যবহার করার জন্য আপনার অ্যাপের নিরাপত্তা মূল্যায়ন প্রয়োজন। আরও তথ্যের জন্য, অনুমোদন নির্দেশিকা দেখুন।
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-10-30 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2024-10-30 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"]]