2024-01-26
▼ ▲ drive.apps.get
Path : apps/{appId}
Flat Path : apps/{appId}
HTTP Method : GET
Parameters :
appId
Description : The ID of the app.
Location : path
Required : Yes
Type : string
Parameter Order : appId
Scopes :
Description : Gets a specific app.
▼ ▲ drive.apps.list
Path : apps
Flat Path : apps
HTTP Method : GET
Parameters :
appFilterExtensions
Description : A comma-separated list of file extensions to limit returned results. All results within the given app query scope which can open any of the given file extensions are included in the response. If `appFilterMimeTypes` are provided as well, the result is a union of the two resulting app lists.
Default :
Location : query
Type : string
appFilterMimeTypes
Description : A comma-separated list of file extensions to limit returned results. All results within the given app query scope which can open any of the given MIME types will be included in the response. If `appFilterExtensions` are provided as well, the result is a union of the two resulting app lists.
Default :
Location : query
Type : string
languageCode
Description : A language or locale code, as defined by BCP 47, with some extensions from Unicode's LDML format (http://www.unicode.org/reports/tr35/).
Location : query
Type : string
Scopes : https://www.googleapis.com/auth/drive.apps.readonly
Description : Lists a user's installed apps.