Lines Matching full:app
79 <p class="firstline">Gets a specific app.</p>
86 <pre>Gets a specific app.
89 appId: string, The ID of the app. (required)
94 … a list of the apps that a user has installed, with information about each app's supported MIME ty…
98 …"useByDefault": True or False, # Whether the app is selected as the default handler for the types …
99 "installed": True or False, # Whether the app is installed.
100 "productUrl": "A String", # A link to the product listing for this app.
101 "shortDescription": "A String", # A short description of the app.
102 "id": "A String", # The ID of the app.
103 …"hasDriveWideScope": True or False, # Whether the app has drive-wide scope. An app with drive-wide…
104 …"objectType": "A String", # The type of object this app creates (e.g. Chart). If empty, the app na…
111 "icons": [ # The various icons for the app.
115 # - document - icon for a file associated with the app
116 # - documentShared - icon for a shared file associated with the app
121 "authorized": True or False, # Whether the app is authorized to access data on the user's Drive.
122 …"openUrlTemplate": "A String", # The template url for opening files with this app. The template wi…
123 "productId": "A String", # The ID of the product listing for this app.
124 "longDescription": "A String", # A long description of the app.
125 "supportsCreate": True or False, # Whether this app supports creating new objects.
126 …"supportsOfflineCreate": True or False, # Whether this app supports creating new files when offlin…
127 "kind": "drive#app", # This is always drive#app.
128 "name": "A String", # The name of the app.
129 "createUrl": "A String", # The url to create a new file with this app.
130 …"createInFolderTemplate": "A String", # The template url to create a new file with this app in a g…
134 "supportsImport": True or False, # Whether this app supports importing Google Docs.
135 "supportsMultiOpen": True or False, # Whether this app supports opening more than one file.
145 …app query scope which can open any of the given MIME types will be included in the response. If ap…
146 …app query scope which can open any of the given file extensions will be included in the response. …
153 … a list of the apps that a user has installed, with information about each app's supported MIME ty…
157 …"useByDefault": True or False, # Whether the app is selected as the default handler for the types …
158 "installed": True or False, # Whether the app is installed.
159 "productUrl": "A String", # A link to the product listing for this app.
160 "shortDescription": "A String", # A short description of the app.
161 "id": "A String", # The ID of the app.
162 …"hasDriveWideScope": True or False, # Whether the app has drive-wide scope. An app with drive-wide…
163 …"objectType": "A String", # The type of object this app creates (e.g. Chart). If empty, the app na…
170 "icons": [ # The various icons for the app.
174 # - document - icon for a file associated with the app
175 # - documentShared - icon for a shared file associated with the app
180 … "authorized": True or False, # Whether the app is authorized to access data on the user's Drive.
181 …"openUrlTemplate": "A String", # The template url for opening files with this app. The template wi…
182 "productId": "A String", # The ID of the product listing for this app.
183 "longDescription": "A String", # A long description of the app.
184 "supportsCreate": True or False, # Whether this app supports creating new objects.
185 …"supportsOfflineCreate": True or False, # Whether this app supports creating new files when offlin…
186 "kind": "drive#app", # This is always drive#app.
187 "name": "A String", # The name of the app.
188 "createUrl": "A String", # The url to create a new file with this app.
189 …"createInFolderTemplate": "A String", # The template url to create a new file with this app in a g…
193 "supportsImport": True or False, # Whether this app supports importing Google Docs.
194 "supportsMultiOpen": True or False, # Whether this app supports opening more than one file.
200 …"defaultAppIds": [ # List of app IDs that the user has specified to use by default. The list is in…