Tutorial7 min read · Pro plan and above
How to Connect Dropbox to Appalix
Index documents stored in Dropbox — PDFs, text files, or any shareable link — so your AI bot can answer questions from them. You create a small Dropbox app to get a long-lived access token, then paste it into Appalix.
What you'll need
- An Appalix account on the Pro plan or above
- A Dropbox account with access to the file you want to index
- A configured bot in Appalix with RAG enabled
Step 1 — Create a Dropbox app
- Go to dropbox.com/developers/apps and click Create app.
- Choose Scoped access → Full Dropbox.
- Give the app a name (e.g. Appalix Connector) and click Create app.
Step 2 — Set read permissions
- In the app settings, go to the Permissions tab.
- Enable
files.content.readandsharing.read. - Click Submit to save the permission changes.
Step 3 — Generate a long-lived access token
- Go back to the Settings tab of your app.
- Scroll to the OAuth 2 section and click Generate under Generated access token.
- Copy the token — it starts with
sl.
This token does not expire automatically, giving Appalix stable long-term access for re-syncing.
Step 4 — Get the file path or shared link
- File path — use the full Dropbox path, e.g.:
/Documents/product-guide.pdf
- Shared link — right-click the file in Dropbox → Share → Create link → Copy. It looks like:
https://www.dropbox.com/s/abc123/filename.pdf?dl=0
Step 5 — Add the source in Appalix
- In Appalix, go to Sources → Add source and select Dropbox.
- Enter a Source name (e.g. Product Guide).
- Paste the file path or shared link from Step 4.
- Paste the access token (
sl.…) from Step 3. - Click Add & index source.
Step 6 — Verify the source is ready
- Go to Sources — the Dropbox source will show Processing while being indexed.
- Once it shows Ready, your bot can answer from that file.
- Test it in the Playground.
Tips & best practices
- One file per source — add each Dropbox file as a separate source for independent re-syncing.
- Re-sync after updates — when you replace or edit the file in Dropbox, click Re-sync on the source in Appalix.
- Token security — the token is stored encrypted. We recommend scoping the app to
files.content.readonly so Appalix has no write access.
📦
Index your Dropbox files in minutes
Create a Dropbox app, generate a token, and paste it into Appalix. Your bot will start answering from your stored documents right away.
Go to Sources →