Google Drive
Google Drive is a powerful cloud storage service that allows users to securely store files, share documents, and collaborate seamlessly in real-time. It integrates effortlessly with various applications, enhancing productivity and teamwork.
Features
- Secure cloud storage for all file types
- Real-time collaboration on documents and spreadsheets
- Easy file sharing with customizable permissions
- Integration with Google Workspace and third-party apps
- Access files across all devices anytime, anywhere
Benefits
- Enhances team collaboration with synchronized editing
- Ensures data is safely backed up and accessible
- Simplifies sharing and communication within teams
- Boosts productivity through seamless integration
- Provides flexible access from any device
Available tools
25 actions available as tools
Download file
Download a file. [See the documentation](https://developers.google.com/drive/api/v3/manage-downloads) for more information
Upload file
Upload a file to Google Drive. [See the documentation](https://developers.google.com/drive/api/v3/manage-uploads) for more information
Update file
Update a file's metadata and/or content. [See the documentation](https://developers.google.com/drive/api/v3/reference/files/update) for more information IMPORTANT: The arguments have specific formats. Please follow the instructions below: - addParents: Return JSON in this format: string[] - removeParents: Return JSON in this format: string[]
Update shared drive
Update an existing shared drive. [See the documentation](https://developers.google.com/drive/api/v3/reference/drives/update) for more information
Search shared drives
Search for shared drives with query options. [See the documentation](https://developers.google.com/drive/api/v3/search-shareddrives) for more information
Resolve access proposal
Accept or deny a request for access to a file or folder in Google Drive. [See the documentation](https://developers.google.com/workspace/drive/api/reference/rest/v3/accessproposals/resolve) IMPORTANT: The arguments have specific formats. Please follow the instructions below: - roles: Return JSON in this format: string[]
Move file
Move a file from one folder to another. [See the documentation](https://developers.google.com/drive/api/v3/reference/files/update) for more information
Move file to trash
Move a file or folder to trash. [See the documentation](https://developers.google.com/drive/api/v3/reference/files/update) for more information
List files
List files from a specific folder. [See the documentation](https://developers.google.com/drive/api/v3/reference/files/list) for more information
List access proposals
List access proposals for a file or folder. [See the documentation](https://developers.google.com/workspace/drive/api/reference/rest/v3/accessproposals/list)
Get shared drive
Get metadata for one or all shared drives. [See the documentation](https://developers.google.com/drive/api/v3/reference/drives/get) for more information
Get folder id for path
Retrieve a folderId for a path. [See the documentation](https://developers.google.com/drive/api/v3/search-files) for more information
Get file by id
Get info on a specific file. [See the documentation](https://developers.google.com/drive/api/reference/rest/v3/files/get) for more information IMPORTANT: The arguments have specific formats. Please follow the instructions below: - fields: Return JSON in this format: string[]
Find spreadsheets
Search for a specific spreadsheet by name. [See the documentation](https://developers.google.com/drive/api/v3/search-files) for more information
Find forms
List Google Form documents or search for a Form by name. [See the documentation](https://developers.google.com/drive/api/v3/search-files) for more information
Find file
Search for a specific file by name. [See the documentation](https://developers.google.com/drive/api/v3/search-files) for more information
Delete shared drive
Delete a shared drive without any content. [See the documentation](https://developers.google.com/drive/api/v3/reference/drives/delete) for more information
Delete file
Permanently delete a file or folder without moving it to the trash. [See the documentation](https://developers.google.com/drive/api/v3/reference/files/delete) for more information
Create shared drive
Create a new shared drive. [See the documentation](https://developers.google.com/drive/api/v3/reference/drives/create) for more information
Create folder
Create a new empty folder. [See the documentation](https://developers.google.com/drive/api/v3/reference/files/create) for more information
Create file from text
Create a new file from plain text. [See the documentation](https://developers.google.com/drive/api/v3/reference/files/create) for more information
Create file from template
Create a new Google Docs file from a template. Optionally include placeholders in the template document that will get replaced from this action. [See documentation](https://www.npmjs.com/package/google-docs-mustaches) IMPORTANT: The arguments have specific formats. Please follow the instructions below: - mode: Return JSON in this format: string[]
Copy file
Create a copy of the specified file. [See the documentation](https://developers.google.com/drive/api/v3/reference/files/copy) for more information
Add file sharing preference
Add a [sharing permission](https://support.google.com/drive/answer/7166529) to the sharing preferences of a file or folder and provide a sharing URL. [See the documentation](https://developers.google.com/drive/api/v3/reference/permissions/create)
Find folder
Search for a specific folder by name. [See the documentation](https://developers.google.com/drive/api/v3/search-files) for more information