Skip to content

Google Drive ​

Store, share, and collaborate on files and folders in Google Drive.

DetailValue
CategoryProductivity
Base URLhttps://www.googleapis.com/drive/v3
AuthenticationOAuth2
Endpoints6
Connector keygoogle-drive

Using Google Drive in a workflow ​

  1. Go to Connections and click New Connection.
  2. Pick Google Drive from the marketplace.
  3. Enter your credentials (see Authentication above for what's expected).
  4. In a workflow, drop an API Call node and select this connection.
  5. Pick the operation you need from the Operation dropdown — see the table below.

Available Endpoints ​

EndpointSummary
GET /filesList files
POST /filesCreate a file
GET /files/{fileId}Get file metadata
PATCH /files/{fileId}Update file metadata
DELETE /files/{fileId}Delete a file
POST /files/{fileId}/permissionsShare a file

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.