# Dropbox Prerequisite

Airtable's API does not allow direct uploading of attachments. In order to upload an attachment via Airtable's API, the attachment must first exist at a publicly accessible url. To mitigate this problem, Marker Data has integrated Dropbox into its internal Airtable client. Dropbox’s basic account offers 2GB of free storage. It should be adequate for most operations. Once you upload your attachments to Airtable, you can delete the files from your Dropbox account thereafter.

# Obtain your Dropbox's App key

  1. Login to your Dropbox's App Console account via a web browser.
  2. Click on Create app button.
  3. Choose Scoped access.
  4. Choose Full Dropbox access.
  5. Give your App a name.
  6. Click on Create app button.

Create a new app on the DBX Platform
Create a new app on the DBX Platform

  1. Go to the Permissions tab.
  2. Set the permissions as shown on the screenshot.
  3. Click on Submit at the bottom.

Setting the permissions
Setting the permissions

  1. Go to the Settings tab.
  2. You will see your App key.

Sample App key
Sample App key

  1. It is encouraged that you to copy it to your clipboard and store it somewhere safe.