Hi, I am very new to using python. I tried to follow documentation of python SDK. I want to use GET / POST requests on box via python.
I am using OAUTH, is it alright? (Or should I use basic auth / JWT - I am unaware of these methods but willing to learn)
Here is the process I followed :
a) Created a new app in Box Developers with Oauth. I am able to use this clientID & clientSECRET in postman app to fire all API commands. I have generated “Developer Token” as well on this page.
b) Downloaded boxsdk to use it in python environment
Please tell me what I am doing wrong.
What should I use as Auth Code, if not the developer token? How to generate this auth code? Is my redirect URL Correct?
PLEASE HELP!!!