I am part of an okta account with many users. It has several applications, one is BOX and one is a custom webapp written in python using django framework
So, users can use their BOX account or the custom webapps after logging into okta.
I would like to be able to create folders in box programmatically in the custom webapp. Specifically, I would like to create folders where I have permission, and also assign the current user (at the time of folder creation) upload privileges to that folder.
is this possible, and if so how (what needs to be done). are there any solutions to this that already exist?