{ "opencollection": "1.0.0", "info": { "name": "Google Workspace APIs (Gmail, , ) Calendar Drive API", "version": "v1" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://accounts.google.com/o/oauth2/v2/auth", "accessTokenUrl": "https://oauth2.googleapis.com/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Drive", "type": "folder" }, "items": [ { "info": { "name": "List files", "type": "http" }, "http": { "method": "GET", "url": "https://gmail.googleapis.com/drive/v3/files", "params": [ { "name": "q", "value": "", "type": "query" }, { "name": "pageSize", "value": "", "type": "query" }, { "name": "pageToken", "value": "", "type": "query" }, { "name": "fields", "value": "", "type": "query" } ] }, "docs": "List files" }, { "info": { "name": "Create a file (metadata-only)", "type": "http" }, "http": { "method": "POST", "url": "https://gmail.googleapis.com/drive/v3/files", "body": { "type": "json", "data": "{}" } }, "docs": "Create a file (metadata-only)" }, { "info": { "name": "Get a file", "type": "http" }, "http": { "method": "GET", "url": "https://gmail.googleapis.com/drive/v3/files/:fileId", "params": [ { "name": "fileId", "value": "", "type": "path" }, { "name": "alt", "value": "", "type": "query" }, { "name": "fields", "value": "", "type": "query" } ] }, "docs": "Get a file" }, { "info": { "name": "Delete a file", "type": "http" }, "http": { "method": "DELETE", "url": "https://gmail.googleapis.com/drive/v3/files/:fileId", "params": [ { "name": "fileId", "value": "", "type": "path" } ] }, "docs": "Delete a file" } ] } ], "bundled": true }