OptionalauthorizedWhether the app is authorized to access data on the user's Drive.
OptionalcreateThe template URL to create a file with this app in a given folder. The template contains the {folderId} to be replaced by the folder ID house the new file.
OptionalcreateThe URL to create a file with this app.
OptionalhasWhether the app has Drive-wide scope. An app with Drive-wide scope can access all files in the user's Drive.
OptionaliconsThe various icons for the app.
OptionalidThe ID of the app.
OptionalinstalledWhether the app is installed.
OptionalkindOutput only. Identifies what kind of resource this is. Value: the fixed string "drive#app".
OptionallongA long description of the app.
OptionalnameThe name of the app.
OptionalobjectThe type of object this app creates such as a Chart. If empty, the app name should be used instead.
OptionalopenThe template URL for opening files with this app. The template contains {ids} or {exportIds} to be replaced by the actual file IDs. For more information, see Open Files for the full documentation.
OptionalprimaryThe list of primary file extensions.
OptionalprimaryThe list of primary MIME types.
OptionalproductThe ID of the product listing for this app.
OptionalproductA link to the product listing for this app.
OptionalsecondaryThe list of secondary file extensions.
OptionalsecondaryThe list of secondary MIME types.
OptionalshortA short description of the app.
OptionalsupportsWhether this app supports creating objects.
OptionalsupportsWhether this app supports importing from Google Docs.
OptionalsupportsWhether this app supports opening more than one file.
OptionalsupportsWhether this app supports creating files when offline.
OptionaluseWhether the app is selected as the default handler for the types it supports.
The
appsresource provides a list of apps that a user has installed, with information about each app's supported MIME types, file extensions, and other details. Some resource methods (such asapps.get) require anappId. Use theapps.listmethod to retrieve the ID for an installed application.