The apps resource provides a list of the apps that a user has installed, with information about each app's supported MIME types, file extensions, and other details.
More...
|
virtual System.Nullable< bool > | Authorized [get, set] |
| Whether the app is authorized to access data on the user's Drive. More...
|
|
virtual string | CreateInFolderTemplate [get, set] |
| The template url to create a new file with this app in a given folder. The template will contain {folderId} to be replaced by the folder to create the new file in. More...
|
|
virtual string | CreateUrl [get, set] |
| The url to create a new file with this app. More...
|
|
virtual System.Nullable< bool > | HasDriveWideScope [get, set] |
| Whether the app has drive-wide scope. An app with drive-wide scope can access all files in the user's drive. More...
|
|
virtual System.Collections.Generic.IList< App.IconsData > | Icons [get, set] |
| The various icons for the app. More...
|
|
virtual string | Id [get, set] |
| The ID of the app. More...
|
|
virtual System.Nullable< bool > | Installed [get, set] |
| Whether the app is installed. More...
|
|
virtual string | Kind [get, set] |
| This is always drive::app. More...
|
|
virtual string | LongDescription [get, set] |
| A long description of the app. More...
|
|
virtual string | Name [get, set] |
| The name of the app. More...
|
|
virtual string | ObjectType [get, set] |
| The type of object this app creates (e.g. Chart). If empty, the app name should be used instead. More...
|
|
virtual string | OpenUrlTemplate [get, set] |
| The template url for opening files with this app. The template will contain {ids} and/or {exportIds} to be replaced by the actual file ids. See Open Files for the full documentation. More...
|
|
virtual System.Collections.Generic.IList< string > | PrimaryFileExtensions [get, set] |
| The list of primary file extensions. More...
|
|
virtual System.Collections.Generic.IList< string > | PrimaryMimeTypes [get, set] |
| The list of primary mime types. More...
|
|
virtual string | ProductId [get, set] |
| The ID of the product listing for this app. More...
|
|
virtual string | ProductUrl [get, set] |
| A link to the product listing for this app. More...
|
|
virtual System.Collections.Generic.IList< string > | SecondaryFileExtensions [get, set] |
| The list of secondary file extensions. More...
|
|
virtual System.Collections.Generic.IList< string > | SecondaryMimeTypes [get, set] |
| The list of secondary mime types. More...
|
|
virtual string | ShortDescription [get, set] |
| A short description of the app. More...
|
|
virtual System.Nullable< bool > | SupportsCreate [get, set] |
| Whether this app supports creating new objects. More...
|
|
virtual System.Nullable< bool > | SupportsImport [get, set] |
| Whether this app supports importing Google Docs. More...
|
|
virtual System.Nullable< bool > | SupportsMultiOpen [get, set] |
| Whether this app supports opening more than one file. More...
|
|
virtual System.Nullable< bool > | SupportsOfflineCreate [get, set] |
| Whether this app supports creating new files when offline. More...
|
|
virtual System.Nullable< bool > | UseByDefault [get, set] |
| Whether the app is selected as the default handler for the types it supports. More...
|
|
virtual string | ETag [get, set] |
| The ETag of the item. More...
|
|
string | ETag |
|
The apps resource provides a list of the apps that a user has installed, with information about each app's supported MIME types, file extensions, and other details.