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]