I have a Box Enterprise account with Box Developers features turned on. I was able to create a Box developers app, create the necessary authentication, and use it to very simple Python script using the SDK to create a folder, upload a file, etc.
However, when I log in to my Box account, the files aren't there, nor can I see other files in my Box account when calling the API from within Python. Where is this space, and can I access it from my regular Box login?
From within the API, I can do a call to see where I am, but I don't recognize this space:
root folder owner: AutomationUser_[string]@boxdevedition.com
root folder name: All Files
client.user(user_id='me').get().name: [Name of my app, in my Box dev console]
Whenever a new application is created in the Box Developer Console, a Service Account is created.
Service Accounts are not visible to standard Box Users as they do not represent an individual user, but rather an application. To view the content of a Service Account, an Administrator can use the Global Content Manager in the Box Admin Console to view the Service Account and all of its associated content.
To view the content of a Service Account,