I’m attempting to use the Box Embed widget to serve as a file uploader – from the parent application, I would like to listen for events for things like onFileUpload, onFileDelete, etc. I’m wondering if the widget broadcasts any messages that would allow me to do this?
The problem I am trying to solve is to upload a file to the Box embed widget, and then store the file path of the newly uploaded file in the parent applications backend. But currently I do not receive any information back after the onFileUpload event, so the parent application does not know what the uploaded file path is.
I’m open to any and all other approaches that might unlock that. Thanks in advance for any guidance.