- Go to https://developer.box.com/ and create an account (You must make a developer account, not a regular box account)
- Verify your account and finish setting it up (The verification email may take a few minutes to show up)
- Click on your profile and go to > "Account Settings", then go to > "Dev Console"
- Create a new custom app with "Standard OAuth 2.0 (User Authentication)""
- Find your Client ID and Client secret and make a note of them, you'll need to input them into GV admin.
- Right below your Client ID and Secret fields, add http://localhost:5000/oauth/callback/box/ as your Redirect URI
- If
addons/box/settings/local.pydoes not yet exist, create a local box settings file withcp addons/box/settings/local-dist.py addons/box/settings/local.py - Enter your Box
client_idandclient_secret - Ensure
"box"exists in the addons list in"addons.json" - Enable your new Box provider