Google Drive
by Google
Upload, download, search, and organise files and folders in Google Drive. Export Google Docs/Sheets/Slides, manage sharing permissions, and use Drive as a file store for agent workflows.
Sådan bruger agenter Google Drive
- ✓Agent uploads a generated report, CSV, or PDF to a specific Drive folder after completing a workflow
- ✓Agent searches Drive for the most recent version of a document before reading or processing it
- ✓Agent downloads a file from Drive to extract its content and pass it to an LLM or data processing node
- ✓Agent creates a new folder per project or client and organises output files inside it
- ✓Agent exports a Google Doc or Sheet to PDF and attaches it to an email or Slack message
- ✓Agent shares a generated file with a specific user or makes it publicly accessible via link
- ✓Agent copies a template file to a new location and renames it for each new use case
- ✓Agent moves processed files to an "archived" folder after they have been handled
Agenthandlinger
Input: query, folderId, pageSize, pageToken, orderBy
Returnerer: files, fileCount, nextPageToken
Input: fileId, fields
Returnerer: fileId, name, mimeType, size, webViewLink, modifiedTime, parents, file
Input: fileId
Returnerer: content, mimeType, fileName
Input: fileId, mimeType
Returnerer: content, mimeType
Input: query, pageSize
Returnerer: files, fileCount, nextPageToken
Input: name, content, mimeType, folderId
Returnerer: fileId, name, webViewLink, file
Input: fileId, name, content, mimeType, description
Returnerer: fileId, name, file
Input: fileId
Returnerer: success, fileId
Input: fileId, name, folderId
Returnerer: fileId, name, webViewLink, file
Input: fileId, destinationFolderId
Returnerer: fileId, parents, file
Input: name, parentFolderId
Returnerer: folderId, name, webViewLink
Input: fileId, role, type, emailAddress, sendNotificationEmail
Returnerer: permissionId, role, type
Input: fileId
Returnerer: permissions, permissionCount
Input: fileId, permissionId
Returnerer: success
Eksempel på workflows
Store agent output as a Drive file
After an agent generates a report or summary, upload it directly to a designated Google Drive folder for archiving and sharing.
Read documents as agent context
Search for relevant documents in Drive and download their content to feed into an LLM node as context or instructions.
Distribute files to stakeholders
After uploading a completed deliverable, automatically share it with the relevant team members using the Share File capability.
Om Google Drive
- Leverandør
- Pris Tjek altid detaljer med udbyderen
- Gratis / Betalt — Google Drive is free with 15 GB storage per Google account. Additional storage via Google One plans. Google Workspace plans include more storage and admin features.
- Godkendelse
- OAuth 2.0
- Hastighedsgrænse Tjek altid detaljer med udbyderen
- 1000 anmodninger / minut
- Kompatible noder
- AgentResourceInputOutput
- Hjemmeside
- https://drive.google.com
Byg et AI-workflow med Google Drive
Brug Agentic Planner til at designe, visualisere og forbinde Google Drive med dine andre værktøjer.
Åbn Agentic PlannerRelaterede Lagring-værktøjer
AWS S3
Connect agents to Amazon S3 for storing, retrieving, and managing files and objects at any scale.
Dropbox
Upload and download files, create folders, search content, move and delete files, generate shared links, and manage Dropbox storage from agent workflows.
Azure Blob Storage
Connect agents to Azure Blob Storage to upload, download, list, and manage blobs and containers.