Hello!
I am working on an application that needs to create folders on Box and get the email address from the folder created to upload files by email.
My application uses JWT server side auth and the Java SDK to authenticate to Box. The authentication is successful, and I am able to create and delete folders, download files with the SDK. The problem is that the folders are not created with the "Upload via email" option turn on, and if I try to update the folder to allow that, I get 403 - access_denied_insufficient_permissions - Access denied - insufficient permission
Even if I manually enable the "Upload via email" option on the folder in the account, if I get the folder's information using the SDK, I get a null in the uploadEmail value.
Below is how the application was configured

Do you know what I need to change?
