Hi, thanks in advance for help, I'm really new in Box so maybe someone could give me direction ..
My current task:
- I'd like to use my web application as a client to Box API (just limited set of functions).
- I need to connect to my web app as many Box storages (accounts) as it needs and safely store them to use during operations with Box API (i'll give ui form for this to web app users who want to connect their Box storages to my web app)
- I have some automated functionality that uses Box API (here I understand that I need something like server authentication because I can't use OAuth or something that needs user to give web app rights every time when it needs to use API)
So the main flow is:
- user have a Box Storage with\without assets there
- user want to connect it ti my web app
- user somehow get credentials for server side auth in his Box account
- user pass the to my web app
- wed app can use connection to user storage and use Box APIs
Could someone please give me direction of how to do this? I want to try flow as POC at first. And is it possible at all?