TypeScript/JavaScript SDK for connecting different platforms such as Google Drive and Dropbox to the Vectorize platform.
This is a lightweight client that provides functionality for OAuth authentication and Vectorize API integration. The SDK helps you create connectors to various platforms, let users select files, and manage those connections through the Vectorize platform.
npm install @vectorize-io/vectorize-connect
yarn add @vectorize-io/vectorize-connect
npm add @vectorize-io/vectorize-connect
For detailed documentation, please refer to:
- General Guide - Overview and common concepts
- Google Drive Integration - Google Drive specific integration
- Dropbox Integration - Dropbox specific integration
- API Reference - Complete API documentation
- White-Label Integration - White-label integration
- Vectorize Integration - Vectorize integration
- Setup Guide - Setup instructions
For detailed information and examples on Google Drive integration, please refer to the Google Drive Integration guides.
For detailed information and examples on Dropbox integration, please refer to the Dropbox Integration guides.
For detailed API documentation, please refer to the API Reference which includes:
- OAuth functions for Google Drive and Dropbox
- File selection functions
- Connector management functions
- User management functions
- Token utilities
- Configuration types
Property | Type | Description |
---|---|---|
organizationId |
string |
Your Vectorize organization ID |
authorization |
string |
Your Vectorize API key |
- This SDK is compatible with Node.js environments and modern browsers
- TypeScript 4.7+ for type definitions
- Next.js 14.0.0+ for server components (optional)
The Vectorize Connect SDK provides:
- OAuth authentication for Google Drive and Dropbox
- File selection functionality
- Token management for platform APIs
- Vectorize API integration for connectors
- User management capabilities
For more detailed documentation, please refer to the following guides:
- API Reference
- Google Drive White-Label Guide
- Google Drive Vectorize Guide
- Dropbox White-Label Guide
- Dropbox Vectorize Guide
- TypeScript Definitions
- Setup Guide
This project is licensed under the MIT License - see the LICENSE file for details.