GoogleDriveStandardConnector
This integration is configured automatically as part of the Google Drive Standard Connector. Do not configure this integration directly — set it up from the connector page instead.
- Category
- IT Services
- Pack
- GoogleDriveStandardConnector
Configuration parameters
- user_service_account_json — User's Service Account JSON
- user_id — User ID
- user_creds — User ID
- action_detail_case_include — Action Detail Case Include
- drive_item_search_field — Drive Item Search Field
- drive_item_search_value — Drive Item Search Value
- isFetch — Fetch alerts
- incidentType — Alert type
- max_fetch — Max Incidents
- incidentFetchInterval — Incidents Fetch Interval
- first_fetch — First Fetch Time Interval
- insecure — Trust any certificate (not secure)
- proxy — Use system proxy settings
Commands (25)
- get-file-content — Retrieves a file from Google Drive by its URL and returns it in a generic unified format under the FileContent context key. For Google Workspace files (Docs, Sheets, Slides) the content is exported and returned in 'Content' - text exports inline, binary exports (e.g. PDF) base64-encoded with 'Type' suffixed by ';base64'. The command automatically extracts the file ID from the URL. The maximum supported file size is 5 MB.
- google-drive-activity-list — Query past activity in Google Drive.
- google-drive-changes-list — Lists the changes for a user or shared drive.
- google-drive-create — Deprecated. Use the 'google-drive-drive-create' command instead.
- google-drive-drive-create — Creates a new Team Drive. The name argument specifies the name of the Team Drive. The specified user will be the first organizer. This shared drive/team drive feature is available only with G Suite Enterprise, Enterprise for Education, G Suite Essentials, Business, Education, and Nonprofits edition.
- google-drive-drive-delete — Deletes a shared drive.
- google-drive-drive-get — Gets a user shared drives.
- google-drive-drives-list — Lists the user's shared drives.
- google-drive-file-copy — Make a copy of a Google Drive file.
- google-drive-file-create — Creates a new file or folder. By default the file is metadata-only, which is useful for creating quarantine folders or tombstone placeholder files. Provide the `content` argument to also write text content into the created file.
- google-drive-file-delete — Permanently deletes a file owned by the user without moving it to the trash. If the file belongs to a shared drive the user must be an organizer on the parent. If the target is a folder, all descendants owned by the user are also deleted. When the soft_delete argument is set to "true", the file is moved to Trash instead of being permanently deleted.
- google-drive-file-download — Download a single file.
- google-drive-file-get — Get a single file.
- google-drive-file-get-parents — Get parents of a Google Drive file.
- google-drive-file-modify-label — Modify labels to file.
- google-drive-file-move — Moves a file from one folder to another by modifying its parent folder references. Used for quarantine workflows.
- google-drive-file-permission-create — Creates a permission for a file or shared drive.
- google-drive-file-permission-delete — Deletes a permission. When the ignore_not_found argument is set to "true", a Not Found response from the vendor is treated as success and surfaced via the alreadyRemoved output, which is useful inside loops over a previously-listed permission set.
- google-drive-file-permission-update — Updates a permission with patch semantics.
- google-drive-file-permissions-list — Lists a file's or shared drive's permissions.
- google-drive-file-replace-existing — Updates a file's content.
- google-drive-file-upload — Creates a new file.
- google-drive-files-list — Lists the user's shared drives.
- google-drive-get-file-labels — Modify labels to file.
- google-drive-get-labels — Google Drive get labels.