Creating a Custom Dropbox App

Introduction

In this article, we explain how you can create your own custom Dropbox App for use with the Dropbox Add-on.

This is optional and not required to use our Dropbox add-on, unless you need to have access to the Dropbox Upload Field or being able to upload files outside of the default app folder created for the Dropbox Add-On within your Dropbox user account, we recommend using the default connect to Dropbox button.

Note: Due to recent changes to the Dropbox API, currently the add-on doesn’t support team level access.

Create an App

  1. Visit the Dropbox App Console.
  2. Click the Create app button.
  3. Under Choose an API section, select Scoped Access.
  4. Under Choose the type of access you need, select Full Dropbox.
  5. Enter a name for your custom app.
  6. If you have a personal and a business account which are linked, you will be asked to select which account you want to own the app. Once you make a selection, you will be asked to sign in to that account.
  7. Click the Create app button. You will be redirected to the console for your app. Note the presence of your App key and App secret on this page (not pictured). You will need to enter these into Gravity Forms to connect this custom app once you have followed the remaining steps.
  8. Add the OAuth Redirect URI provided in the add-on settings page to your Dropbox app settings under the OAuth2 Redirect URIs section.
  9. If you will be using the Dropbox Upload Field, which uses the Dropbox file chooser feature, enter the site domain under the Chooser / Saver / Embedder domains and then click Add.
  10. Once you have entered the information above, scroll up and click on the Permissions tab. On the permissions tab, you will need to select the files.content.write, files.content.read, sharing.write, sharing.read, file_requests.write, file_requests.read, permissions in order to allow the add-on features to work as expected.
  11. Click the Submit button at the bottom of the page for the new Permissions to take effect.

Dropbox Console

Review this article for more information on the Dropbox App console.

Screenshot ofDropbox Create App page
Dropbox App – Create App Settings
Screenshot of Dropbox Create App Settings
Dropbox App – Console Settings

Configure the Add-On

  1. In a different tab go to the Forms > Settings > Dropbox page of your sites WordPress admin. And use the data taken at step 7 of the Create an App instructions above to complete the below steps.
  2. Enter the App key taken from the Dropbox console for your app.
  3. Enter the App secret from the Dropbox console for your app.
  4. Press enter and a button will show. Click the Click here to connect to Dropbox button.
Screen shot of GForms Custom Dropbox settings