Skip to main content
Setting up box.com OAuth App
B
Written by Ben Keeling
Updated over a week ago

Step 1: Creating a New App

  1. Go to the main box.com website page.

  2. In top right of the page click on 'Log in'

  3. Enter your password and username and go to your main user dashboard.

  4. On your dashboard, in the bottom left of the page click on 'Dev Console'.

  5. From here click on the 'Create New App' button and then select the 'Custom App' option when asked what app you would like to create.

  6. Enter a name for your app of your choosing, select the 'Integration' option under Purpose, 'Productivity' for the Categories, and under 'Which external system are you integrating with?' enter 'MedialakeAi'. Click 'Next'.

  7. Select the 'User Authentication (OAuth 2.0) option for Authentication methods, and click 'Create App'.

Step 2: Adding the redirect URL and scopes

  1. Scroll down until you see the section entitled 'OAuth 2.0 Redirect URI'. Here, enter your Redirect URI. This should look something like this, where your domain is followed by the subdirectory: https://'YOUR_DOMAIN'/box-redirect

  2. Under the 'Application Scopes' please tick the following options:

    Read all files and folders stored in Box
    Write all files and folders stored in Box

  3. Remember to Save your settings in the top right of the page.

Step 3: Make note of your Client ID and Secret

  1. Under the section titled 'OAuth 2.0 Credentials', please make note of your Client ID and Client Secret.

  2. These will need to be entered in the settings page for the box.com integration on the Medialake platform.

Important Considerations

  • Make sure to follow security best practices, especially when handling client secrets.

  • The permissions and configuration might vary based on the specific service or API you're accessing.

Did this answer your question?