This explains how to set up OAuth2 authentication for the Box Upload/Download component using Box.
To configure OAuth2, use the Box Developer site.
Proper configuration requires a good understanding of Box. If you are unsure about the detailed setup, please contact Box directly.
1. How to Set Up Access to Box
Setup Flow
Configure the following steps on Box Developer:
1-1. Create a My App.
Select Custom App.
1-2. Enter a name for the app and create it.
Choose Automation for the Purpose.
Specify User Authentication (OAuth2.0).
1-3. Select the app you created.
1-4. Obtain OAuth2.0 information.
Note the Client ID as the client ID and the Client Secret as the client secret from OAuth 2.0 Credentials.
For the OAuth 2.0 Redirect URL, specify a URL like http://localhost:4999 and note it as the redirect URL.
In Application Scopes, check Write all files and folders stored in Box and save.
With this, the necessary client ID, client secret ID, and redirect URL for OAuth 2.0 are ready, and the preliminary preparations are complete.
Need more help with this?
Join our slack community for help