Agentic Service Discovery

Resources

G

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.

LagringGratis / BetaltOAuth 2.0filesstoragedocumentsgooglecloudsharing

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

List FilesList files and folders in Google Drive, optionally filtered by folder or query.

Input: query, folderId, pageSize, pageToken, orderBy

Returnerer: files, fileCount, nextPageToken

Get File MetadataRetrieve metadata for a specific file or folder by its Drive ID.

Input: fileId, fields

Returnerer: fileId, name, mimeType, size, webViewLink, modifiedTime, parents, file

Download FileDownload the content of a file from Google Drive.

Input: fileId

Returnerer: content, mimeType, fileName

Export Google Doc / Sheet / SlideExport a Google Workspace document (Docs, Sheets, Slides) to a standard format such as PDF or DOCX.

Input: fileId, mimeType

Returnerer: content, mimeType

Search FilesSearch for files and folders across Google Drive using Drive query language.

Input: query, pageSize

Returnerer: files, fileCount, nextPageToken

Upload FileUpload a new file to Google Drive.

Input: name, content, mimeType, folderId

Returnerer: fileId, name, webViewLink, file

Update FileUpdate the content or metadata (name, description) of an existing Drive file.

Input: fileId, name, content, mimeType, description

Returnerer: fileId, name, file

Delete FileMove a file or folder to the trash in Google Drive.

Input: fileId

Returnerer: success, fileId

Copy FileCreate a copy of a file in Google Drive.

Input: fileId, name, folderId

Returnerer: fileId, name, webViewLink, file

Move FileMove a file or folder to a different folder in Google Drive.

Input: fileId, destinationFolderId

Returnerer: fileId, parents, file

Create FolderCreate a new folder in Google Drive.

Input: name, parentFolderId

Returnerer: folderId, name, webViewLink

Share FileGrant a user, group, or anyone access to a file or folder.

Input: fileId, role, type, emailAddress, sendNotificationEmail

Returnerer: permissionId, role, type

List PermissionsRetrieve all sharing permissions on a file or folder.

Input: fileId

Returnerer: permissions, permissionCount

Remove PermissionRevoke a sharing permission from a file or folder.

Input: fileId, permissionId

Returnerer: success

Eksempel på workflows

1

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.

2

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.

3

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
Google
Pris Tjek altid detaljer med udbyderen
Gratis / BetaltGoogle 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

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 Planner

Relaterede Lagring-værktøjer

Google Drive AI Agent Integration | Fugentic