Google Drive Connector
Google Drive Connector Help
Version 7
ZappySys Logo File Version: v7
Supported Engine: 4

EndPoints for Google Drive Connector


On this page you will see possible API actions you can perform with Google Drive connector. We will refer this as API EndPoint or just EndPoint.

Label Name Description
Get my drive info get_about Gets my drive information [API Help..]
Lists shared drives list_shared_drives Lists the user's shared drives (i.e. formally known as team drive) with optional search criteria [API Help..]
List files list_files List files / folders with search criteria
Search items (i.e. files / folders) list_items Lists items (i.e. files / folders) with search criteria
List folders list_folders Lists folders
List deleted files / folders list_deleted_files Lists only deleted files / folders from trash
Get file info get_file_info Gets information of a file [API Help..]
Download a file download_file Downloads a file [API Help..]
Export a file export_file Export a document editor files such document, Spreadsheets, Drawings, Presentations, Apps Scripts to common file formats as defined in this link https://developers.google.com/drive/api/guides/ref-export-formats [API Help..]
Upload a file upload_file Uploads a file (resumable) [API Help..]
Create a folder create_folder Creates a folder [API Help..]
Delete an item delete_item Deletes an item [API Help..]
Duplicate a file copy_file Duplicates a file [API Help..]
Replace file data (keep same file id) update_file Update file with new content / metadata (keep same file Id) [API Help..]
Update metadata in a file update_metadata_file Updates meta-data in a file [API Help..]
Empty trash empty_trash Empties trash [API Help..]
Delete all items delete_all_items Deletes all items from the drive [API Help..]
Generic Request generic_request This is generic endpoint. Use this endpoint when some actions are not implemented by connector. Just enter partial URL (Required), Body, Method, Header etc. Most parameters are optional except URL.