GoogleDrive_Suite_v2
Enhanced Google Drive API suite with native OAuth2 support. Provides full file management operations via automatic handshake. Now fully enterprise-ready.
Create a copy of a file with an optional new name.
Create a new file in Google Drive with a specified name and MIME type (e.g., 'application/vnd.google-apps.document' for Docs).
Create a new folder in Google Drive.
Permanently delete a file or folder by ID.
Export a Google Doc/Sheet/Slide into a standard format (PDF, Word, Excel, etc.) by specifying target MIME type.
Download the content of a file by ID. Use for small to medium files.
Get metadata for a specific file by ID.
List files in Google Drive. Supports filtering by query 'q' and pagination.
Move a file between folders by adding/removing parent IDs.
Update permissions for a file by adding a new role/type/email combo.