Method: apps.get
Permintaan HTTP
GET https://www.googleapis.com/drive/v3/apps/{appId}
URL menggunakan sintaksis gRPC Transcoding.
Parameter jalur
Parameter |
appId |
string
ID aplikasi.
|
Isi permintaan
Isi permintaan harus kosong.
Isi respons
Jika berhasil, isi respons memuat instance App
.
Cakupan otorisasi
Memerlukan salah satu cakupan OAuth berikut:
https://www.googleapis.com/auth/docs
https://www.googleapis.com/auth/drive
https://www.googleapis.com/auth/drive.appdata
https://www.googleapis.com/auth/drive.apps.readonly
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.readonly
Beberapa cakupan dibatasi dan memerlukan penilaian keamanan agar aplikasi Anda dapat menggunakannya. Untuk informasi selengkapnya, lihat Panduan otorisasi.
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2024-12-02 UTC.
[null,null,["Terakhir diperbarui pada 2024-12-02 UTC."],[[["Retrieves details about a specific Google Drive app using its ID."],["Requires an empty request body and returns an `App` object upon success."],["Needs authorization with one of the listed OAuth scopes, some of which might require a security assessment."],["Utilizes a `GET` request with the app ID as a path parameter."]]],["This document outlines how to retrieve a specific app using a GET request to `https://www.googleapis.com/drive/v3/apps/{appId}`. The `appId` parameter, a string, is required in the URL path. The request body must be empty. A successful response returns an instance of the App resource. Access requires one of several specified OAuth scopes; some scopes require security assessments. Further details on user information and authorization are linked.\n"]]