google-workspace-drive-apps
Get Google Drive apps from Google Workspace.
google-workspace-drive-apps [profile=PROFILE]
- profile=PROFILE
- Profile name of Google Workspace
Output Fields
Field | Type | Name | Description |
---|---|---|---|
profile | String | Connect profile | Profile name of Google Workspace |
id | String | App ID | e.g. 619683526666 |
name | String | App name | e.g. Google Docs |
kind | String | Kind | e.g. drive#app |
object_type | String | Object type | The type of object this app creates such as a Chart. |
is_drive_wide_scope | Bool | Is drive-wide scope | Whether the app has Drive-wide scope. An app with Drive-wide scope can access all files in the user's Drive. |
is_installed | Bool | Is installed | Whether the app is installed. |
is_authorized | Bool | Is authorized | Whether the app is authorized to access data on the user's Drive. |
is_default_handler | Bool | Is default handler | Whether the app is selected as the default handler for the types it supports. |
product_id | String | Product ID | e.g. aohghmighlieiainnegkcijnfilokake |
product_url | String | Product URL | e.g. https://chrome.google.com/webstore/detail/aohghmighlieiainnegkcijnfilokake |
short_description | String | Short description | A short description of the app. |
long_description | String | Long description | A long description of the app. |
primary_file_exts | List | Primary file extensions | The list of primary file extensions. |
secondary_file_exts | List | Secondary file extensions | The list of secondary file extensions. |
primary_mime_types | List | Primary MIME types | The list of primary MIME types. |
secondary_mime_types | List | Secondary MIME types | The list of secondary MIME types. |
can_multi_open | Bool | Can multi open | Whether this app supports opening more than one file. |
can_create | Bool | Can create | |
can_offline_create | Bool | Can offline create | Whether this app supports creating files when offline. |
can_import | Bool | Can import | Whether this app supports importing from Google Docs. |
create_url | Bool | Create URL | The URL to create a file with this app. |
create_in_folder_template | String | Create in folder template | The 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. |
open_url_template | String | Open URL template | The template URL for opening files with this app. The template contains {ids} or {exportIds} to be replaced by the actual file IDs. |