Google Drive
Files & storageOAuth 2.0credential probe
List files and read file metadata in Google Drive (OAuth2).
OCNORA ships 15 typed Google Drive operations and 1 trigger. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run.
Triggers 1
- File ChangedStart a run when a file is created, modified, trashed or removed in Google Drive (polled).trigger.google_drive_change
Operations 15
- Copy FileCopy a Drive file, optionally renaming it or placing it in another folder.google_drive.copy_file
- Create FolderCreate a Drive folder, reusing an existing one of the same name by default.google_drive.create_folder
- Delete FilePermanently deletes a file owned by the user without moving it to the trash.google_drive.delete_file
- Delete PermissionDeletes a permission.google_drive.delete_permission
- Download FileDownload a Drive file's content as a file blob (base64 envelope).google_drive.download_file
- Export FileExport a Google Doc, Sheet or Slide to PDF/Office/CSV as a file blob.google_drive.export_file
- Get FileFetch a Google Drive file's metadata by id.google_drive.get_file
- Get PermissionGets a permission by ID.google_drive.get_permission
- List FilesList files in Google Drive, optionally filtered by a query, folder or drive.google_drive.list_files
- List PermissionsLists a file's or shared drive's permissions.google_drive.list_permissions
- Move FileMove a Drive file into another folder (removing its current parents).google_drive.move_file
- Replace PermissionUpdates a permission with patch semantics.google_drive.replace_permission
- Share FileGrant a person, group, domain or anyone access to a Drive file or folder.google_drive.share_file
- Trash FileMove a Drive file to the bin, or delete it permanently.google_drive.trash_file
- Upload FileCreate a file in Google Drive from a body or an upstream file blob.google_drive.upload_file
Run your first Google Drive workflow today.
Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.