API endpoints for cloud storage integration and OAuth
Parameter | Type | Description | Default |
---|---|---|---|
provider | string | Cloud provider (gdrive, dropbox, onedrive, s3, azure, gdocs, web, excel) | Required |
access_token | string | Access token for the cloud provider | Required |
refresh_token | string | Refresh token (if applicable) | null |
token_expiry | string | Token expiry timestamp | null |
folder_path | string | Path to folder in cloud storage | null |
Parameter | Type | Description |
---|---|---|
provider | string | Cloud provider to authorize |
Parameter | Type | Description |
---|---|---|
code | string | Authorization code from provider |
state | string | State parameter for security verification |
error | string | Error message (if any) |
error_description | string | Error description (if any) |