OCNORA

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 Changed
    Start a run when a file is created, modified, trashed or removed in Google Drive (polled).
    trigger.google_drive_change

Operations 15

  • Copy File
    Copy a Drive file, optionally renaming it or placing it in another folder.
    google_drive.copy_file
  • Create Folder
    Create a Drive folder, reusing an existing one of the same name by default.
    google_drive.create_folder
  • Delete File
    Permanently deletes a file owned by the user without moving it to the trash.
    google_drive.delete_file
  • Delete Permission
    Deletes a permission.
    google_drive.delete_permission
  • Download File
    Download a Drive file's content as a file blob (base64 envelope).
    google_drive.download_file
  • Export File
    Export a Google Doc, Sheet or Slide to PDF/Office/CSV as a file blob.
    google_drive.export_file
  • Get File
    Fetch a Google Drive file's metadata by id.
    google_drive.get_file
  • Get Permission
    Gets a permission by ID.
    google_drive.get_permission
  • List Files
    List files in Google Drive, optionally filtered by a query, folder or drive.
    google_drive.list_files
  • List Permissions
    Lists a file's or shared drive's permissions.
    google_drive.list_permissions
  • Move File
    Move a Drive file into another folder (removing its current parents).
    google_drive.move_file
  • Replace Permission
    Updates a permission with patch semantics.
    google_drive.replace_permission
  • Share File
    Grant a person, group, domain or anyone access to a Drive file or folder.
    google_drive.share_file
  • Trash File
    Move a Drive file to the bin, or delete it permanently.
    google_drive.trash_file
  • Upload File
    Create 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.