I'd like to read all users files and folder via Box API (without explicit sharing). Is it possible using personal account? Is it possible using business account? I'm using OAuth flow to authorize the admin user.
From what I understand I can do that in UI using Content Manager so I was looking for something similar in API docs and I'm lost now.
- https://developer.box.com/docs/scopes says tha `root_readonly` has capability for "View files and folders within the given app or enterprise." Apparently setting this scope does not change anything because I'm still getting only files the belong to user that authorized the app (tested with personal account and basic business trial).
- Again https://developer.box.com/docs/scopes says that "Global Content Manager" can be enabled per request but this requires support ticket to be filed, but I'm still not sure if this is what I really need.