> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.meetgail.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.meetgail.com/_mcp/server.

# Google Drive

> Nodes that read from and write to a connected Google Drive account.

Google Drive nodes let a workflow work with the files in your Drive: find files
in a folder, pull one into the run so later steps can use it, or save a file back
out. Use them to fetch a report for analysis, hand a document to another step, or
drop a finished file into a shared folder.

Connect Google Drive once from the [Marketplace](https://app.meetgail.com/marketplace).
After that, these nodes act on your behalf, so you never enter credentials in the
workflow itself.

#### [List Files](/platform/workflows/node-reference/integrations/google-drive/google-drive-list-files)

List files and folders in a Drive folder, with filters and sorting.

#### [Download File](/platform/workflows/node-reference/integrations/google-drive/google-drive-download-file)

Pull a single Drive file into the run for later steps to use.

#### [Upload File](/platform/workflows/node-reference/integrations/google-drive/google-drive-upload-file)

Save a file into a Drive folder, creating or replacing it by name.