HeliosHELIOS DOCS
Apps

Google Drive

The Google Drive integration lets you programmatically upload, organize, and manage files and folders, and automate file-based workflows directly from Helios.

How to connect

MethodTypeDescription
Helios Google Drive App (Recommended)OAuth 2.0Pre-configured scopes for file and folder operations
BYO Google Drive AppOAuth 2.0Custom OAuth app for enterprise requirements

The Helios Google Drive App provides seamless setup with pre-configured permissions for most common file management use cases.

Permissions

The Helios Google Drive App includes scopes for:

  • Read and manage files and folders
  • Access file metadata
  • Read-only access to photos and Meet recordings
  • App data folder management

BYO Google Drive App

Create your own Google OAuth application for custom control over scopes and branding.

Setup Steps
  1. Go to Google Cloud Console
  2. Create a new project or select an existing one
  3. Enable the Google Drive API
  4. Configure the OAuth consent screen
  5. Create OAuth 2.0 credentials (client ID and client secret)
  6. Add the Helios redirect URI to your OAuth client
  7. Copy the client ID and client secret into Helios

Learn more in the Google Drive API documentation.

Functionality

The Google Drive integration lets your workflows upload files, organize folders, manage permissions, and automate file-based processes without writing custom code.

CategoryFeatures
File OperationsUpload, download, copy, move, delete files
Folder ManagementCreate, organize, list folder contents
MetadataRead and update file metadata, search files
SharingManage file permissions and sharing settings

Last updated on