Hi,
We are able to upload a file to Box using a JWT, but the problem we are having is that when you create an App, it uploads the file to the App User rather than to the Main User. See below for a sample of our issue:
Sample upload of a file to the App User
Note that we would like the file (helloWorld.txt) to be uploaded into the user "Ranjit" inside the folder "Incomming" however the file as you can see, gets uploaded into the user "Jwt_Case_2" which is the name of the app. How do we get the file uploaded to the actual main user "Ranjit" and inside the folder "Incomming" say? Is there a specific API call to designate which user gets the file?
Thanks
Anthony