Google Drive
Create, update, and manage Google Drive files with app-scoped access
Requirements
Manages files and folders in Google Drive with app-created or app-opened files only. Provides secure, application-scoped access using the drive.file OAuth scope. Includes creating, updating, deleting, copying files, and managing permissions for application-accessible files.
Includes:
- POST /files - Create files
- PATCH /files/{fileId} - Update file metadata
- DELETE /files/{fileId} - Delete files
- POST /files/{fileId}/copy - Copy files
- POST /files/{fileId}/permissions - Create permissions
- DELETE /files/{fileId}/permissions/{permissionId} - Delete permissions