Welcome to the Google Drive integration docs. Once you connect your Google Drive account to Reasoning Stack, your AI agents and workflows can use the following tools to manage files, folders, permissions, comments, and more.
Before accessing any Google Drive tools, connect your Google Drive account via the App Connection page. Without this, tool calls will fail due to missing authorization.

Google Drive Tool Categories

File & Folder Management

Manage your files and folders in Google Drive.
  • GOOGLEDRIVE_CREATE_FILE – Create a new file in Google Drive.
  • GOOGLEDRIVE_CREATE_FILE_FROM_TEXT – Create a new file from text content.
  • GOOGLEDRIVE_CREATE_FOLDER – Create a new folder.
  • GOOGLEDRIVE_COPY_FILE – Make a copy of an existing file.
  • GOOGLEDRIVE_EDIT_FILE – Edit the contents of a file.
  • GOOGLEDRIVE_FIND_FILE – Find a file by name or criteria.
  • GOOGLEDRIVE_FIND_FOLDER – Find a folder by name or criteria.
  • GOOGLEDRIVE_MOVE_FILE – Move a file to a different folder.
  • GOOGLEDRIVE_DELETE_DRIVE – Delete a shared drive.
  • GOOGLEDRIVE_GOOGLE_DRIVE_DELETE_FOLDER_OR_FILE_ACTION – Delete a folder or file.
  • GOOGLEDRIVE_UNTRASH_FILE – Restore a file from the trash.
  • GOOGLEDRIVE_EMPTY_TRASH – Permanently delete all items in the trash.
  • GOOGLEDRIVE_CREATE_SHORTCUT_TO_FILE – Create a shortcut to a file.
  • GOOGLEDRIVE_UPLOAD_FILE – Upload a file to Google Drive.
  • GOOGLEDRIVE_DOWNLOAD_FILE – Download a file from Google Drive.

File Metadata & Revision Management

Access and update file metadata and revisions.
  • GOOGLEDRIVE_GET_FILE_METADATA – Get metadata for a file.
  • GOOGLEDRIVE_LIST_FILES – List files in your Google Drive.
  • GOOGLEDRIVE_LIST_FILE_LABELS – List labels applied to a file.
  • GOOGLEDRIVE_FILES_MODIFY_LABELS – Modify labels on a file.
  • GOOGLEDRIVE_LIST_REVISIONS – List revisions of a file.
  • GOOGLEDRIVE_GET_REVISION – Get a specific file revision.
  • GOOGLEDRIVE_UPDATE_FILE_REVISION_METADATA – Update metadata for a file revision.
  • GOOGLEDRIVE_UPDATE_FILE_PUT – Update file content and metadata.

Drive & Shared Drive Management

Manage your drives and shared drives.
  • GOOGLEDRIVE_CREATE_DRIVE – Create a new shared drive.
  • GOOGLEDRIVE_GET_DRIVE – Get information about a shared drive.
  • GOOGLEDRIVE_LIST_SHARED_DRIVES – List all shared drives.
  • GOOGLEDRIVE_HIDE_DRIVE – Hide a shared drive.
  • GOOGLEDRIVE_UNHIDE_DRIVE – Unhide a shared drive.
  • GOOGLEDRIVE_UPDATE_DRIVE – Update properties of a shared drive.

Comments & Replies

Manage comments and replies on files.
  • GOOGLEDRIVE_CREATE_COMMENT – Add a comment to a file.
  • GOOGLEDRIVE_LIST_COMMENTS – List comments on a file.
  • GOOGLEDRIVE_GET_COMMENT – Get a specific comment.
  • GOOGLEDRIVE_UPDATE_COMMENT – Update a comment.
  • GOOGLEDRIVE_DELETE_COMMENT – Delete a comment.
  • GOOGLEDRIVE_CREATE_REPLY – Add a reply to a comment.
  • GOOGLEDRIVE_LIST_REPLIES_TO_COMMENT – List replies to a comment.
  • GOOGLEDRIVE_GET_REPLY – Get a specific reply.
  • GOOGLEDRIVE_UPDATE_REPLY – Update a reply.
  • GOOGLEDRIVE_DELETE_REPLY – Delete a reply.

Permissions & Sharing

Manage file and folder permissions.
  • GOOGLEDRIVE_LIST_PERMISSIONS – List permissions for a file or folder.
  • GOOGLEDRIVE_GET_PERMISSION – Get a specific permission.
  • GOOGLEDRIVE_UPDATE_PERMISSION – Update a permission.
  • GOOGLEDRIVE_DELETE_PERMISSION – Delete a permission.
  • GOOGLEDRIVE_ADD_FILE_SHARING_PREFERENCE – Add sharing preferences to a file.

Change Tracking & Watch

Track changes and set up notifications.
  • GOOGLEDRIVE_LIST_CHANGES – List changes to files and folders.
  • GOOGLEDRIVE_GET_CHANGES_START_PAGE_TOKEN – Get a token for tracking changes.
  • GOOGLEDRIVE_WATCH_CHANGES – Set up a watch for changes in Google Drive.
  • GOOGLEDRIVE_STOP_WATCH_CHANNEL – Stop a watch channel.

Miscellaneous

Other useful tools.
  • GOOGLEDRIVE_GENERATE_IDS – Generate unique file or folder IDs.
  • GOOGLEDRIVE_GET_ABOUT – Get information about the current user and Drive settings.
  • GOOGLEDRIVE_PARSE_FILE (deprecated) – Parse a file (deprecated).
Some actions, such as deleting files, folders, or comments, are irreversible. Use delete and empty trash tools with caution.

Usage Notes

  • Handle file, folder, and permission IDs carefully to avoid errors.
  • Use revision and label tools to manage file versions and organization.
  • For automation, combine file management, sharing, and notification tools to build advanced workflows.
Leverage Google Drive’s powerful sharing and collaboration features by combining permission, comment, and notification tools in your workflows.