Skip to main content

Google Drive

Upload or retrieve files from Google Drive. Google Drive node in ActionFlows. Inputs, outputs, and how to use it.

Google Drive

Overview

Upload or retrieve files from Google Drive.

Requirements

Credential Required

This node likely requires an integration credential. Add the related API key/secret from Integrations before execution.

Inputs

Standard Inputs

  • Convert to Google Docsboolean · optional

    Whether to convert uploaded files to Google Docs format when possible

    Required
    No
    Multiple
    No
    Default
    false
  • File Datafile · optional

    The file data to upload (required for upload operations)

    Required
    No
    Multiple
    No
  • File IDtext · optional

    The ID of the file in Google Drive (required for download/delete operations)

    Required
    No
    Multiple
    No
  • File Nametext · optional

    The name to give the uploaded file

    Required
    No
    Multiple
    No
  • Folder IDtext · required

    The ID of the Google Drive folder to upload to

    Required
    Yes
    Multiple
    No
  • Operationselect · optional

    The operation to perform: upload, download, delete, or list files

    Required
    No
    Multiple
    No
    Default
    upload
    Options
    uploaddownloaddelete

Outputs

  • File Datafile

    Data of the downloaded file from Google Drive

  • File IDtext

    Google Drive file ID

  • Mime Typetext

    Mime type of the downloaded file from Google Drive

  • File Sizenumber

    Size of the file in bytes

  • File URLtext

    URL of the file in Google Drive

  • Last Modifiedtext

    Last modified timestamp of the file

  • Successboolean

    Success state of the Google Drive operation