--- title: 'Google Drive' description: 'Store, share, and collaborate on files and folders in Google Drive.' --- # 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 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 | Endpoint | Summary | |---|---| | [GET /files](./get_files_productivity_listfiles) | List files | | [POST /files](./post_files_productivity_createfile) | Create a file | | [GET /files/{fileId}](./get_files_fileid_productivity_getfile) | Get file metadata | | [PATCH /files/{fileId}](./patch_files_fileid_productivity_updatefile) | Update file metadata | | [DELETE /files/{fileId}](./delete_files_fileid_productivity_deletefile) | Delete a file | | [POST /files/{fileId}/permissions](./post_files_fileid_permissions_productivity_createpermission) | Share a file | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.