Hi, We have a need to create a shared folder/directory in Box that will store files uploaded via an integration. As this will be an automated process and server-server integration, I went ahead and created a custom app, using the developer console. I used the "OAuth2.0 with JWT" authentication and followed the quickstart guide for creating a custom application. In the configuration properties, I set the "Application Access" to "enterprise, and turned on toggles for both "Perform Actions as Users" and "Generate User Access Tokens" options.Also I had my enterprise admin to "authorize" my custom app. Generated the public/private key, downloaded the json file and build a simple java poc to upload files. I am able to upload files, but I dont see the file using my box account. I added another box user as a collaborator to this custom app, but neither he can access/see the uploaded file in his box account.
My question is how can see the files uploaded to the custom app or the service account. Do I need to do anything else or need any additional authorization from the "enterprise box admin". I dont seem to have access to any admin-console. How can I or other box users in my company access these files that I uploaded to the custom app.
Appreciate any pointers or help. Thanks
-Kal