I'm attempting to use the dicom import widget as documented here: https://developer.box.com/guides/embed/box-dicom/#Javascript-SDK
Everytime I attempt to upload a file, the browser console says: POST https://api.box.com/2.0/folders 403 (Forbidden)
Some background: I created an app and got it approved that can generate it's own access token. I've confirmed the access token exists. Some of the routes I've explored already...
The folder I created, I added the app as a co-owner collaborator. Using the API through PHP, I've been able to query the folder and create a sub folder, though I haven't attempted anything deeper.
In the app developer console, I've added the domain to the CORs domain in the two following formats: https://subdomain.domain.org/, https://subdomain.domain.org/page.php
The access token and the folderID are correct that I'm referencing in the javascript.
I attempted to create a whitelist entry via the api, for the domain formatted as 'domain.org' and the direction 'both', but was getting 403 errors as well: https://developer.box.com/reference/post-collaboration-whitelist-entries/
When I formatted the domain as https://subdomain.domain.org/ - I got a 400 error.
The error message I get when trying to upload is vague, for all I know, I'm missing a setting in the initializing JS entry. I'm not sure what might be causing the 403 error, but these are some of the avenues I've crossed. Does anyone else think they might be able to help?
