Thanks to visit codestin.com
Credit goes to docs.stackone.com

Skip to main content
Google Drive
Google Drive
64 actions · 2 events · 2 auth methods
DocumentsIAM

Authentication

OAuth 2.0

Standard OAuth 2.0 for accessing files and folders. Best for integrations that need broad Drive access.Guides: Connector Profile, Link Account

OAuth2 - File Picker

Uses Google Picker UI to let users select specific files. Best when users should choose exactly which files to share.Guides: Connector Profile, Link Account
Actions
64 actions
Action
Description
Required scopes
List Unified Files
List unified files in Google Drive with StackOne unified filters
Get Unified File
Get a unified file by ID with metadata mapped to StackOne unified schema
Download Unified File
Downloads unified file content from Google Drive
Upload Unified File
Upload a new file to Google Drive using the StackOne unified upload schema
List Unified Folders
List unified folders in Google Drive with StackOne unified filters
Get Unified Folder
Get a unified folder by ID with metadata mapped to StackOne unified schema
List Unified Drives
List unified shared drives in Google Drive
Get Unified Drive
Get a unified shared drive by ID with metadata mapped to StackOne unified schema
List Files
List files, folders, and other Drive items. Returns raw Google Drive API response
Get File
Get file, folder, or Drive item by ID
Copy File
Creates a copy of a file and applies any requested updates with patch semantics
Create File
Creates a new file or folder with metadata only
Delete File
Permanently deletes a file without moving it to the trash
Empty Trash
Permanently deletes all of the user’s trashed files
Generate IDs
Generates a set of file IDs which can be provided in create or copy requests
Update File
Updates a file’s metadata using patch semantics
Upload File (Simple)
Upload raw file binary content to Google Drive without metadata using simple media upload (uploadType=media). Restricted…
Upload File (Multipart)
Upload a file with both binary content and metadata in a single request using multipart upload (uploadType=multipart). R…
Upload File (Resumable)
Upload a file to Google Drive using resumable upload (uploadType=resumable). Required for files larger than 5 MB; also s…
List Shared Drives
Lists the user’s shared drives (formerly Team Drives)
Get Shared Drive
Gets a shared drive’s metadata by ID
Create Shared Drive
Creates a new shared drive
Update Shared Drive
Updates the metadata for a shared drive
Delete Shared Drive
Permanently deletes a shared drive for which the user is an organizer
Hide Shared Drive
Hides a shared drive from the default view
Unhide Shared Drive
Restores a shared drive to the default view
List Permissions
Lists a file’s or shared drive’s permissions
Get Permission
Gets a permission by ID
Create Permission
Creates a new permission for a file or shared drive
Update Permission
Updates a permission with patch semantics (modify role, expiration time, etc.)
Delete Permission
Deletes a permission (revokes access)
Check Permissions
Check what permissions a user has on a Google Drive file, folder, or shared drive, and whether a specific action is allo…
List Comments
Lists a file’s comments
Get Comment
Gets a comment by ID
Create Comment
Creates a new comment on a file
Update Comment
Updates a comment. Edits content and/or resolves/reopens it. NOTE — Google Drive’s comments.update requires content to…
Delete Comment
Deletes a comment
List Replies
Lists a comment’s replies
Get Reply
Gets a reply by ID
Create Reply
Creates a reply to a comment
Update Reply
Updates a reply with patch semantics
Delete Reply
Deletes a reply
List Revisions
Lists a file’s revisions
Get Revision
Gets a revision’s metadata or content by ID
Update Revision
Updates a revision with patch semantics
Delete Revision
Permanently deletes a file version
Get Changes Start Page Token
Gets the starting pageToken for listing future changes
List Changes
Returns a paginated list of changes.
List Access Proposals
Returns a paginated list of access proposals.
Get Access Proposal
Retrieves an access proposal by ID
Resolve Access Proposal
Approves or denies an access proposal
Get About
Gets information about the user, the user’s Drive, and system capabilities
Get Unified Credentials
Get the current Google Drive connection’s unified credentials and identity.
IAM Auth Test
Debugging helper that validates the current OAuth access token by calling Google’s token introspection endpoint (GET htt…
List Unified Groups
List unified groups in Google Drive.
Get Unified Group
Get a unified Google Drive group by ID.
List Unified Organizations
List unified organizations in Google Drive.
Get Unified Organization
Get a unified Google Drive organization by ID.
List Unified Resource Types
List unified resource types in Google Drive.
List Unified Resource Users
List unified resource users in Google Drive.
List Unified Roles
List unified roles in Google Drive.
Get Unified Role
Get a unified Google Drive role by ID.
List Unified Users
List unified users in Google Drive.
Get Unified User
Get a unified Google Drive user by ID.
Events
|
2 events
Event
Description
Tags
Channel Sync Event
Processes the initial sync notification sent by Google Drive when a watch channel is successfully created on /changes/wa…
Channel
Change Event
Processes Google Drive change notifications delivered via a /changes/watch channel. Drive notifications carry no payload…
Change

Getting Started

1

Create or Select a Project

Set up a new project or select an existing one. See the Projects Guide.
2

Configure the Connector

Enable the connector and set up a connector profile in your project. See Managing Connectors.
https://stackone-logos.com/api/google-drive/filled/png

Connector Profile

Google Drive - OAuth 2.0
https://stackone-logos.com/api/google-drive/filled/png

Connector Profile

Google Drive - OAuth2 - File Picker
3

Link an Account

Connect an account using StackOne Hub or Auth Link.
https://stackone-logos.com/api/google-drive/filled/png

Link Account

Google Drive - OAuth 2.0
https://stackone-logos.com/api/google-drive/filled/png

Link Account

Google Drive - OAuth2 - File Picker
4

Use Actions

Invoke actions using one of the methods below: