Dropbox
If you want to use Dropbox as a storage provider option go through these steps to create a Dropbox App and configure it in your application.
Create your Dropbox app
- Login to your Dropbox account, head over to the My apps page, and create a new app
- Choose the Dropbox API (not the Business API)
- Select "App folder" as the access
- Give your app a name
Register your redirect URIs
Dropbox requires you to pre-register the exact URI used to redirect back to your app. You will need to register the redirect URI for each environment (development, production, etc).
This package uses /storage-connect/callback/dropbox
as the path for the Dropbox redirect URI.
Copy your credentials
Copy the App key and the App secret, store them as DROPBOX_KEY
and DROPBOX_SECRET
**** in your .env file, respectively.