Method: apps.get
Yêu cầu HTTP
GET https://www.googleapis.com/drive/v3/apps/{appId}
URL sử dụng cú pháp Chuyển mã gRPC.
Tham số đường dẫn
Tham số |
appId |
string
Mã nhận dạng của ứng dụng.
|
Nội dung yêu cầu
Nội dung yêu cầu phải trống.
Nội dung phản hồi
Nếu thành công, nội dung phản hồi sẽ chứa một phiên bản của App
.
Phạm vi uỷ quyền
Yêu cầu một trong các phạm vi OAuth sau:
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
Một số phạm vi bị hạn chế và yêu cầu đánh giá bảo mật để ứng dụng của bạn có thể sử dụng. Để biết thêm thông tin, hãy xem Hướng dẫn uỷ quyền.
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2024-12-02 UTC.
[null,null,["Cập nhật lần gần đây nhất: 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"]]