Hi all,
I am in the process of utiling the Box API to retrieve content and am wondering what options are available when it comes to secured content.
I have recently carried out the same process for Google Apps. There, I set up what is called a Google 'Service Account' with delegated access. What this essentially means is that this account can pretty much access whatever it wants to e.g. private content authored and secured to specific users. I did this via Oauth2 and the GoogleCredential class.
Is there such a user object within Box that, once configured, I could use (via Oauth2) to access all content?
Thanks so much for your time.