Google Drive

Google Drive

Unverified verified 13 jun 2026
Pricing: Free Last verified: 2026-06-13
Visit Website
Updated

TL;DR

Google Drive is a ubiquitous cloud storage and collaboration platform that allows users to store, share, and edit files in real-time. It is designed for everyone from individual consumers to large enterprises, with its key differentiator being its seamless, deep integration with the Google Workspace ecosystem and its powerful AI-driven search capabilities.

What Users Actually Pay

No user-reported pricing yet.

Our Take

Google Drive remains the gold standard for collaborative cloud storage, primarily due to its unrivaled integration with Google Docs, Sheets, and Slides. Its market position is dominant, effectively serving as the backbone for modern remote work and academic collaboration. The platform's strength lies in its simplicity and the speed of its search functionality, which leverages Google's core expertise in data indexing to help users find files even with minimal metadata. However, the platform is not without its limitations. Heavy users and developers often encounter rigid API rate limits and complex permission structures, especially when managing shared drives at scale. The transition between personal and workspace accounts can also be friction-heavy, occasionally leading to synchronization errors or confusion over file ownership. For most users, the free 15GB tier is an excellent entry point, but businesses will find the most value in the Google Workspace versions which offer advanced security and admin controls. It is best suited for teams that are already invested in the Google ecosystem and require a reliable, high-uptime solution for live document editing and distributed file access.

Pros

  • + Seamless real-time collaboration with multiple users editing the same document simultaneously.
  • + Powerful AI-enhanced search that can identify content within images and scanned PDFs.
  • + Cross-platform reliability with robust mobile apps and offline sync capabilities.
  • + Deep integration with third-party apps via a massive library of add-ons and native connectors.
  • + Generous initial free storage tier compared to competitors like Dropbox or OneDrive.

Cons

  • - Privacy concerns associated with Google's data handling and indexing policies.
  • - Confusing file organization system where 'Shortcut' vs. 'Actual File' logic can lead to accidental deletions.
  • - Rigid API quotas and daily upload limits (750GB) that can hinder high-volume data migrations.
  • - Desktop sync client can be resource-intensive and occasionally prone to sync conflicts.

Sentiment Analysis

+0.81Very PositiveUpdated May 9, 2026

Sentiment has remained stable since last capture. General sentiment remains strongly positive, though it has seen a slight dip from 0.85 to 0.81. This minor decline is largely attributed to power users expressing frustration over more strictly enforced API rate limits and privacy discussions. The vast majority of users still view it as the industry standard for collaboration and ease of use.

Sentiment Over Time

By Source

G2+0.88

42000 mentions

Sample quotes (1)
  • "Google Drive is the heart of our operations. The ability to collaborate on a single sheet in real-time without versioning issues is a lifesaver."
Capterra+0.85

28000 mentions

Sample quotes (1)
  • "The search function is amazing. I can find a document from 5 years ago just by typing a few words I remember from the text."
Reddit+0.65

1500 mentions

Sample quotes (1)
  • "The 750GB daily limit is a pain when you're trying to move an entire server's backup, but for daily use, it's still the best out there."
TrustRadius+0.82

5000 mentions

Sample quotes (1)
  • "An essential tool for any remote team. Integration with Slack and Trello makes it the perfect hub for our assets."

Agent Readiness

80/100

Google Drive is exceptionally well-suited for autonomous AI agents. Its REST API is robust and extensively documented, supporting a wide range of file operations including complex search queries and resumable uploads. The platform's integration ecosystem is among the best in the industry, with native support in all major automation platforms (Zapier, Make, n8n) and a stable webhook system ('Push Notifications'). While developers must handle aggressive rate limiting and quota management using exponential backoff, the depth of available client libraries and clear versioning makes it a top-tier choice for agentic workflows.

API Surface85
Public APIRESTFree Tierunknown
Protocol Support55
MCP (43 tools)
SDK Availability70
npm: @uppy/google-drivenpm: react-google-drive-pickernpm: @uppy/google-drive-pickernpm: google-drive-pickernpm: google-drive-mocknpm: @fyelci/react-google-drive-pickernpm: @piotr-agier/google-drive-mcppypi: google-drive
Integration Ecosystem100
ZapierMaken8nWebhooksSlackTrelloSalesforceGitHubJiraMicrosoft Teams
Developer Experience100
Docs: excellentSandboxVersioningChangelogStatus Page

Last checked May 9, 2026

MCP Integrations

3 servers44 tools6,727 total uses
Google Drive
Google Drivegoogledrive
smitheryVerifiedRemoteHigh match

Upload, organize, and share files in the cloud. Manage folders, set permissions, and search across stored documents.

6,102 uses
20 tools
  • GOOGLEDRIVE_ADD_FILE_SHARING_PREFERENCEModifies sharing permissions for an existing google drive file, granting a specified role to a user, group, domain, or 'anyone'.
  • GOOGLEDRIVE_COPY_FILEDuplicates an existing file in google drive, identified by its `file id`.
  • GOOGLEDRIVE_CREATE_COMMENTTool to create a comment on a file. use when you need to add a new comment to a specific file in google drive.
  • GOOGLEDRIVE_CREATE_DRIVETool to create a new shared drive. use when you need to programmatically create a new shared drive for collaboration or storage.
  • GOOGLEDRIVE_CREATE_FILECreates a new file or folder with metadata. use to create empty files or folders, or files with content by providing it in the request body (though this action primarily focuses on metadata creation).
  • GOOGLEDRIVE_CREATE_FILE_FROM_TEXTCreates a new file in google drive from provided text content (up to 10mb), supporting various formats including automatic conversion to google workspace types.
  • GOOGLEDRIVE_CREATE_FOLDERCreates a new folder in google drive, optionally within a parent folder specified by its id or name; if a parent name is provided but not found, the action will fail.
  • GOOGLEDRIVE_CREATE_REPLYTool to create a reply to a comment in google drive. use when you need to respond to an existing comment on a file.
  • GOOGLEDRIVE_CREATE_SHORTCUT_TO_FILETool to create a shortcut to a file or folder in google drive. use when you need to link to an existing drive item from another location without duplicating it.
  • GOOGLEDRIVE_DELETE_COMMENTDeletes a comment from a file. use when you need to remove a specific comment from a google drive file.
  • GOOGLEDRIVE_DELETE_DRIVETool to permanently delete a shared drive. use when you need to remove a shared drive and its contents (if specified).
  • GOOGLEDRIVE_DELETE_PERMISSIONDeletes a permission from a file by permission id. use when you need to revoke access for a specific user or group from a file.
  • GOOGLEDRIVE_DELETE_REPLYTool to delete a specific reply by reply id. use when you need to remove a reply from a comment on a file.
  • GOOGLEDRIVE_DOWNLOAD_FILEDownloads a file from google drive by its id. for google workspace documents (docs, sheets, slides), optionally exports to a specified `mime type`. for other file types, downloads in their native format regardless of mime type.
  • GOOGLEDRIVE_EDIT_FILEUpdates an existing google drive file by overwriting its entire content with new text (max 10mb).
  • GOOGLEDRIVE_EMPTY_TRASHTool to permanently delete all of the user's trashed files. use when you want to empty the trash in google drive.
  • GOOGLEDRIVE_FILES_MODIFY_LABELSModifies the set of labels applied to a file. returns a list of the labels that were added or modified. use when you need to programmatically change labels on a google drive file, such as adding, updating, or removing them.
  • GOOGLEDRIVE_FIND_FILETool to list or search for files and folders in google drive. use when you need to find specific files based on query criteria or list contents of a drive/folder.
  • GOOGLEDRIVE_FIND_FOLDERTool to find a folder in google drive by its name and optionally a parent folder. use when you need to locate a specific folder to perform further actions like creating files in it or listing its contents.
  • GOOGLEDRIVE_GENERATE_IDSGenerates a set of file ids which can be provided in create or copy requests. use when you need to pre-allocate ids for new files or copies.
Google Scholar
Google Scholargoogle/scholar
smitheryRemoteHigh match

Search academic papers, citations, and case law from Google Scholar. No API key required. Data via SerpAPI; Smithery is not affiliated with Google.

285 uses
1 tool
  • search_papersSearch Google Scholar for academic papers, books, theses, and citations. Returns organic results with title, authors, snippet, citation count, and PDF links.
Google Drive
Google Drivenode2flow/google-drive
smitheryRemote

MCP server for Google Drive API v3 : search, read, create, share, and manage files and folders. ## Features - Search files with powerful query syntax (name, type, folder, date, full-text) - Read text file content and export Google Workspace files (Docs, Sheets, Slides) - Create, copy, rename, move, star, trash, and permanently delete files - Share files with users, groups, domains, or make public with role-based access - Add comments and threaded replies on files, resolve comment threads - Manage shared drives (create, list, delete) - View file revision history and storage quota ## 23 Tools - **Files (10):** search, get metadata, read content, create, update, copy, delete, export, create folder, empty trash - **Permissions (3):** list permissions, share file, unshare file - **Comments (3):** list, create, delete comments - **Replies (2):** list, create replies (with resolve/reopen actions) - **Shared Drives (3):** list, create, delete shared drives - **Revisions (1):** list file revi

340 uses
23 tools
  • gd_search_filesSearch and list files in Google Drive. Use the q parameter for powerful search queries: name contains, mimeType, parent folder, trashed status, date filters. Returns file metadata with pagination support.
  • gd_get_fileGet detailed metadata for a specific file or folder by ID. Returns all available metadata fields including size, owners, permissions, timestamps, and links.
  • gd_read_fileRead/download file content. Returns text content for text-based files (txt, csv, json, html, xml, code). For binary files, returns file info. For Google Workspace files (Docs, Sheets, Slides), use gd_export_file instead.
  • gd_create_fileCreate a new file or Google Workspace document (metadata only, no content upload). To create a folder, use gd_create_folder. For Google Docs, set mimeType to "application/vnd.google-apps.document".
  • gd_update_fileUpdate file metadata — rename, change description, star/unstar, move between folders, or trash/untrash. Use add_parents/remove_parents to move files.
  • gd_copy_fileCreate a copy of a file. Optionally specify a new name, destination folder, or description for the copy.
  • gd_delete_filePermanently delete a file or folder. This action is irreversible — the file will NOT go to trash. Use gd_update_file with trashed=true to move to trash instead.
  • gd_export_fileExport a Google Workspace file (Docs, Sheets, Slides, Drawings) to a standard format. Use this for Google-native files; use gd_read_file for regular files. Supported exports: Docs→text/plain,text/html,application/pdf; Sheets→text/csv,application/pdf; Slides→application/pdf,text/plain.
  • gd_create_folderCreate a new folder in Google Drive. Optionally specify a parent folder to create it as a subfolder.
  • gd_empty_trashPermanently delete ALL files in the trash. This action is irreversible. All trashed files for the authenticated user will be permanently removed.
  • gd_list_permissionsList all permissions (sharing settings) for a file or folder. Shows who has access, their role (owner, writer, commenter, reader), and sharing type (user, group, domain, anyone).
  • gd_share_fileShare a file or folder by creating a permission. Share with a specific user (email), domain, or make public (anyone). Set role to control access level.
  • gd_unshare_fileRemove a permission from a file or folder, revoking access for a user, group, or domain. Use gd_list_permissions to find the permission_id first.
  • gd_list_commentsList comments on a file. Returns comment text, author, timestamps, resolved status, and inline replies.
  • gd_create_commentAdd a comment to a file. The comment will be attributed to the authenticated user.
  • gd_delete_commentDelete a comment from a file. Only the comment author or file owner can delete comments.
  • gd_list_repliesList replies to a specific comment on a file.
  • gd_create_replyReply to a comment on a file. Optionally resolve the comment thread with action="resolve".
  • gd_list_drivesList shared drives (formerly Team Drives) that the user has access to. Supports search query for filtering by name.
  • gd_create_driveCreate a new shared drive (requires Google Workspace account). The authenticated user becomes the organizer.
  • gd_delete_drivePermanently delete a shared drive. The drive must be empty (no files) before it can be deleted. This action is irreversible.
  • gd_list_revisionsList revision history for a file. Shows who modified the file, when, file size at each revision, and checksums.
  • gd_aboutGet information about the authenticated user and their Google Drive — storage quota, import/export formats, and capabilities.

Last checked May 26, 2026

Reviews

0 reviews
Write a Review

No reviews yet. Be the first to review Google Drive!