Box
The Box Connector enables seamless data extraction from Box, allowing users to list, access, and synchronize files or folders from their Box cloud storage. This connector helps automate workflows by integrating Box data with other tools, ensuring efficient file management and analysis
Follow this guide to complete authentication.
Input | Type | Description | Default Value |
---|
client_id | string | OAuth Client ID. | |
client_secret | string | OAuth Client Secret. | |
user | number | User. | |
Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental |
---|
events | | DefaultPaginator | ✅ | ❌ |
sign_templates | id | DefaultPaginator | ✅ | ❌ |
collections | id | DefaultPaginator | ✅ | ❌ |
collection_items | id | DefaultPaginator | ✅ | ❌ |
sign_request | id | DefaultPaginator | ✅ | ❌ |
admin_logs | event_id | DefaultPaginator | ✅ | ❌ |
files | id | DefaultPaginator | ✅ | ❌ |
file_collaborations | id | DefaultPaginator | ✅ | ❌ |
file_comments | id | DefaultPaginator | ✅ | ❌ |
file_tasks | id | No pagination | ✅ | ❌ |
folders | id | DefaultPaginator | ✅ | ❌ |
folder_collaborations | id | DefaultPaginator | ✅ | ❌ |
recent_items | id | DefaultPaginator | ✅ | ❌ |
trashed_items | id | DefaultPaginator | ✅ | ❌ |
users | id | DefaultPaginator | ✅ | ❌ |
Expand to review
Version | Date | Pull Request | Subject |
---|
0.0.1 | 2024-10-24 | | Initial release by @bishalbera via Connector Builder |