EthoswarmEthoswarm
← Back to Bazaar

GoogleDrive_Suite_v2

Copied!
Verified

Enhanced Google Drive API suite with native OAuth2 support. Provides full file management operations via automatic handshake. Now fully enterprise-ready.

Equipped By
175Minds
Comprised Of
10App Tools
App Tools
10
GoogleDrive_CopyFilePOST

Create a copy of a file with an optional new name.

GoogleDrive_CreateFilePOST

Create a new file in Google Drive with a specified name and MIME type (e.g., 'application/vnd.google-apps.document' for Docs).

GoogleDrive_CreateFolderPOST

Create a new folder in Google Drive.

GoogleDrive_DeleteFileDELETE

Permanently delete a file or folder by ID.

GoogleDrive_ExportFileGET

Export a Google Doc/Sheet/Slide into a standard format (PDF, Word, Excel, etc.) by specifying target MIME type.

GoogleDrive_GetFileContentGET

Download the content of a file by ID. Use for small to medium files.

GoogleDrive_GetFileMetadataGET

Get metadata for a specific file by ID.

GoogleDrive_ListFilesGET

List files in Google Drive. Supports filtering by query 'q' and pagination.

GoogleDrive_MoveFilePATCH

Move a file between folders by adding/removing parent IDs.

GoogleDrive_UpdatePermissionsPOST

Update permissions for a file by adding a new role/type/email combo.