https://developer.box.com/docs/authenticate-with-oauth-2
I am getting stuck in the Step 1: Add Dependencies
import config_oauth
There doesn't exist any such library.
What all I tried:
- I have installed oauth2 as well using pip.
- tried from boxsdk import config_oauth
Doesn't work.