Hi,
I am writing a simple app uploading files to Box. It's meant to be run on schedule / without user interaction.
I am using Python boxsdk and JWTAuth. I want this app to be limited by privileges of the account that hosts it.
Here is the problem I have:
* With Enterprise Access + Perform Actions as Users permission I can access ANY user in the environment.
* With Application Access my application has its own file space (with its own root folder) and cannot access files that the hosting account has access to.
What should be the proper configuration?
Best Regards,
Mike