Try   HackMD

OAuth - Dropbox

This guide should be updated according to the DBX Platform, if this doc is outdated, please read the reference from Dropbox: https://www.dropbox.com/developers/reference/oauth-guide

  1. Sign-in or sign-up for a Dropbox account
  2. Navigate to DBX Platform App Console and click Create app button.

  1. Fill out the new app on the DBX Platform form, and click Create App.

    • If you want integrate with Dropbox Business, you can choose Dropbox Business API
    • You can use App folder access type, because we only need Dropbox OAuth 2 integration.

  1. Fill out Redirect URIs of OAuth 2, and click Show button in App secret section to get your App Key and App Secret.
    • The callback URL is <your-codimd-url>/auth/dropbox/callback.

  1. After successful register your App, add the environment variable in your CodiMD.
CMD_DROPBOX_CLIENTID=<App Key in DBX Platform>
CMD_DROPBOX_CLIENTSECRET=<App Secret in DBX Platform>

You can click Enable additional users in Development users to request more user that can login to your CodiMD instance.