Method: apps.get
בקשת HTTP
GET https://www.googleapis.com/drive/v3/apps/{appId}
כתובת ה-URL משתמשת בתחביר של Transcoding של gRPC.
פרמטרים של נתיב
פרמטרים |
appId |
string
המזהה של האפליקציה.
|
גוף הבקשה
גוף הבקשה חייב להיות ריק.
גוף התשובה
אם הפעולה מצליחה, גוף התגובה מכיל מופע של App
.
היקפי הרשאה
נדרש אחד מהיקפי ההרשאות הבאים של OAuth:
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
היקפי הרשאה מסוימים מוגבלים, ונדרש הערכת אבטחה כדי שהאפליקציה שלכם תוכל להשתמש בהם. מידע נוסף זמין במדריך ההרשאות.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-12-02 (שעון UTC).
[null,null,["עדכון אחרון: 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"]]