How it works
The Dropbox connector ingests all documents from your Dropbox account into RECAP. The connector recursively pulls all files from the root directory of your Dropbox account. It is currently not possible to pull files only from specific directories. The connector will only pull once upon initialization. If you would like to pull more documents, you must generate a new access token (step 6 below), put that token into the connector, and re-initialize the connector.Setting up
Authorization
- Head over to https://www.dropbox.com/developers/apps and click the
Create appbutton on the top right - Select
Scoped accessandFull Dropboxas the type of access. Give your app a name like ‘RECAP Connector’ and clickCreate app
- Click on the
Permissionstab
- Check the
files.content.readandsharing.writepermissions so the files can be read and links for the documents can be created
- Click
Submitto save the changes
- Navigate to the
Settingstab and scroll down to theOAuth 2section. ClickGenerateto generate an access tokenYou must complete steps 3-5 before generating an access token. Changing permissions will not affect permissions on existing access tokens, and RECAP will be unable to index your Dropbox
- Copy the access token
Refresh the page if you need to regenerate your access token
Indexing
- In the RECAP UI, navigate to the Admin Dashboard and select the Dropbox Connector
- Provide the access token from the previous step
- Click
Connectto begin indexing your Dropbox files