Search code examples
box-apibox

Box-Api : How to get the folder details of the co-admin user's account when trying to make an box-api calls of admin user's account?


I am using an Enterprise box account. I have created co-admin users & managed users. I can able to transfer files to admin account using tokens of admin user. How can I push files into co-admin's / managed user's account using box-java api ?


Solution

  • You would have to create a new token logged in as the co-admin. Then run the box-java code and it should work.