Skip to content
Discussion options

You must be logged in to vote

Answer

  1. Create a Dropbox app at https://www.dropbox.com/developers/apps
  2. Set redirect URI to http://localhost:3000/api/auth/dropbox/callback (dev)
  3. Copy App Key and App Secret into .env:
    • DROPBOX_APP_KEY
    • DROPBOX_APP_SECRET
    • DROPBOX_REDIRECT_URI
  4. Run the app and complete the OAuth flow from the dashboard

See the README Environment Setup section for the full list.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by SteveSimonson
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant