Method: about.get
ユーザー、ユーザーのドライブ、システムの機能に関する情報を取得します。詳しくは、ユーザー情報を返すをご覧ください。
必須: fields
パラメータを設定する必要があります。必要なフィールドのみを返すには、特定のフィールドを返すをご覧ください。
HTTP リクエスト
GET https://www.googleapis.com/drive/v3/about
この URL は gRPC Transcoding 構文を使用します。
リクエスト本文
リクエストの本文は空にする必要があります。
レスポンスの本文
成功した場合、レスポンスの本文には About
のインスタンスが含まれます。
認可スコープ
次の OAuth スコープのいずれかが必要です。
https://www.googleapis.com/auth/drive
https://www.googleapis.com/auth/drive.appdata
https://www.googleapis.com/auth/drive.file
https://www.googleapis.com/auth/drive.metadata
https://www.googleapis.com/auth/drive.metadata.readonly
https://www.googleapis.com/auth/drive.photos.readonly
https://www.googleapis.com/auth/drive.readonly
一部のスコープは制限されており、アプリで使用するにはセキュリティ評価が必要です。詳しくは、認可ガイドをご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-12-02 UTC。
[null,null,["最終更新日 2024-12-02 UTC。"],[[["Retrieves information about the user, their Google Drive, and system capabilities, requiring the `fields` parameter to specify the desired data."],["Uses a `GET` request to the `https://www.googleapis.com/drive/v3/about` endpoint with an empty request body."],["Returns an `About` object containing the requested information upon successful execution."],["Requires authorization with one of the listed OAuth scopes, some of which may necessitate a security assessment for your application."]]],[]]