Connectors
Dropbox Connector (Beta)
Access knowledge from Dropbox
How it works
The Dropbox connector ingests all documents from your Dropbox account into Hymalaia.
- It recursively pulls all files from the root directory.
- Pulling from specific directories is not supported.
- The connector only pulls once upon initialization.
- To re-ingest documents, a new access token must be generated and the connector must be re-initialized.
Setting up
Authorization
- Visit Dropbox Developer Console
- Click Create app
- Choose:
- Scoped access
- Full Dropbox
- Name the app (e.g.,
Hymalaia Connector
) and click Create app - Open the Permissions tab:
- Enable:
files.content.read
sharing.write
- Click Submit
- Enable:
- Go to the Settings tab
- Scroll to OAuth 2 section and click Generate to create an access token
⚠️ Make sure steps 3-5 are complete before generating the token, or the access token will lack the required permissions.
- Copy the access token
- Refresh the page to regenerate if needed
Indexing
- In the Hymalaia UI, go to the Admin Dashboard
- Select the Dropbox Connector
- Enter the access token
- Click Connect to begin indexing your Dropbox files