Google Drive ​
Store, share, and collaborate on files and folders in Google Drive.
| Detail | Value |
|---|---|
| Category | Productivity |
| Base URL | https://www.googleapis.com/drive/v3 |
| Authentication | OAuth2 |
| Endpoints | 6 |
| Connector key | google-drive |
Using Google Drive in a workflow ​
- Go to Connections and click New Connection.
- Pick Google Drive from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| GET /files | List files |
| POST /files | Create a file |
| GET /files/{fileId} | Get file metadata |
| PATCH /files/{fileId} | Update file metadata |
| DELETE /files/{fileId} | Delete a file |
| POST /files/{fileId}/permissions | Share a file |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.