Google Drive

Google Drive

Unclaimed verified 12 jul 2026
score · 32  ]
Pricing: Free Last verified: 2026-07-12
Visit Website
Updated

TL;DR

Google Drive is a industry-leading cloud storage and collaboration platform that serves as the backbone of the Google Workspace ecosystem. It allows users to store, share, and co-edit files in real-time, differentiating itself through seamless integration with Google's suite of productivity tools and powerful AI-driven search capabilities.

What Users Actually Pay

No user-reported pricing yet.

Our Take

Google Drive remains the dominant force in cloud storage, primarily because it is far more than just a 'drive'; it is a collaborative environment. Its position is bolstered by the ubiquity of Google accounts, making it the default choice for individuals and a top-tier contender for enterprises. The platform's greatest strength lies in its ecosystem—once a file is in Drive, the transition to editing in Docs or Sheets is frictionless, and the real-time multi-user collaboration remains the gold standard for the industry. However, as a file management system, it faces valid criticism. The 'Shared with me' interface is a perennial pain point, often described as a chaotic dumping ground that lacks robust organizational tools. Furthermore, power users frequently report that the 'Drive for Desktop' client can be resource-heavy and occasionally prone to sync conflicts or 'stuck' uploads, which can be frustrating for those handling large volumes of non-Google native files. From a privacy perspective, Google Drive exists in a complex space. While enterprise versions offer robust security compliance (SOC2, HIPAA), consumer users often express concerns about how their data is indexed for Google's broader ecosystem services. Despite these concerns, the platform's utility is undeniable. Ultimately, Google Drive is best suited for teams and individuals who are already 'all-in' on Google Workspace. For those requiring strict folder-hierarchy management or working extensively with large binary files (like video editors), dedicated solutions like Dropbox or specialized NAS setups might offer a more focused experience, but for general business and personal productivity, Drive is difficult to beat.

Alternatives

Ranked by Revuo score — paid tiers never affect order.

Pros

  • + Industry-leading real-time collaboration that allows hundreds of users to edit documents simultaneously.
  • + Generous 15GB free storage tier that is shared across Google services, significantly higher than competitors like OneDrive or Dropbox.
  • + Deep integration with the Google Workspace ecosystem, including seamless 'save-to-drive' features in Gmail and Chrome.
  • + Powerful search functionality that includes OCR (Optical Character Recognition) to find text within images and PDFs.
  • + Robust mobile and offline support, ensuring files are accessible regardless of connectivity.

Cons

  • - The 'Shared with me' section is notoriously disorganized and difficult to clean up without manual intervention.
  • - Desktop sync client ('Drive for Desktop') is occasionally criticized for high CPU/RAM usage and intermittent sync errors.
  • - Privacy concerns regarding data indexing and Google's broader data-collection practices for consumer accounts.
  • - Advanced file management features (like deep file tagging or complex metadata) are less developed than specialized enterprise solutions.

Sentiment Analysis

+0.85Very PositiveUpdated Jul 15, 2026

Sentiment has remained stable since last capture. Overall sentiment for Google Drive remains very positive, rising slightly from 0.81 to 0.85 due to massive enterprise adoption and improved AI search features. While users consistently praise its collaborative power and free tier, minor dissatisfaction persists regarding the chaotic organization of shared files and the performance of the desktop client.

Sentiment Over Time

By Source

Capterra+0.90

28545 mentions

Sample quotes (2)
  • "It allows seamless file sharing with individuals and teams, with real-time editing capabilities across Docs, Sheets, and Slides."
  • "As soon as multiple collaborators send me documents, the 'Shared with me' tab quickly turns into a massive visual clutter where it is difficult to navigate."
G2+0.88

15000 mentions

Sample quotes (1)
  • "The technology behind it and the range of perspectives are exceptionally good. G2 has integrated AI to make decision making easier."
Reddit+0.65

500 mentions

Sample quotes (1)
  • "The 'Shared with me' section is a mess but everything else is great for working with teams on the fly."

Agent Readiness

80/100

Google Drive is exceptionally well-suited for autonomous AI agents. It offers a robust REST API with mature OAuth2 authentication and a comprehensive developer sandbox (API Explorer). Notably, Google has recently launched a 'Model Context Protocol (MCP) server' for Drive in developer preview, specifically designed to help AI agents search and manage files securely. Combined with the new Workspace Events API for real-time notifications and deep integration across automation platforms like Zapier and n8n, Drive provides a top-tier infrastructure for agentic workflows.

API Surface85
Public APIRESTFree Tiernone
Protocol Support55
MCP (44 tools)
SDK Availability70
npm: @uppy/google-drivenpm: react-google-drive-pickernpm: @uppy/google-drive-pickernpm: @fyelci/react-google-drive-pickernpm: google-drive-mocknpm: google-drive-pickernpm: @piotr-agier/google-drive-mcppypi: google-drive
Integration Ecosystem100
ZapierMaken8nWebhooksSlackTrelloGitHubGoogle Workspace Events APIModel Context Protocol (MCP) Server
Developer Experience100
Docs: excellentSandboxVersioningChangelogStatus Page

Last checked Jul 15, 2026

MCP Integrations

3 servers44 tools7,252 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,623 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.

561 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

68 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 Jun 26, 2026

Reviews

0 reviews
Write a Review

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