Appearance
Dropbox authentication
Dropbox authentication lets your users sign in with their Dropbox account. Once connected, you can offer “Continue with Dropbox” in your WeWeb login page.
Setup in the Dropbox dashboard
- Go to the Dropbox App Console.
- Create a new app (or open an existing one).
- Find the OAuth settings for your app.
- Add a redirect URL (the URL Dropbox sends users back to after login).
- Use the full URL of the page you select as
Success pagein WeWeb.
- Use the full URL of the page you select as
- Copy the credentials (usually a
Client IDandClient Secret).
Connect Dropbox in WeWeb
- In the WeWeb editor, go to
Data & API → Auth → Integrating providers. - Select
Dropboxand turn on theEnabletoggle. - Paste your Dropbox credentials into the fields shown in WeWeb.
- Click
Save.
Test sign in
- Add a “Continue with Dropbox” button in
Interface. - Create a workflow on click and add
Sign in with social provider. - Set:
Provider:dropboxSuccess page,Error page, And (optional)New user page
- Preview and complete the Dropbox sign-in flow.
Common pitfalls
Redirect URL mismatch
Make sure the redirect URL in Dropbox exactly matches the page URL used as Success page in WeWeb.
Reference
| Setting in WeWeb | Description | Where to find it in Dropbox |
|---|---|---|
Client ID | Identifies your Dropbox app. | App Console → your app details. |
Client Secret | Used to complete the sign-in flow securely. | App Console → your app details. |
FAQs
Which redirect URL should I add in Dropbox?
Add the full URL of the page you choose as Success page in Sign in with social provider (for the same environment you’re testing).

