I wanted to integrate Box cloud into my software.It is desktop application.Where in user can upload or download data from his Box account. I had went through API docs of Box.
My application has the Box login credentials ie box user id and password. but when i gone through documentation i found that at step 3( http://developers.box.com/get-started/ ) user has to enter his box credentials, which i don't want as i have it.
So is there any way i can get access to box account using box credentials and not by authorization process?
Plz help me out. Thanks in advance.