Is it possible to get file ID on the javascript client side after a user (non-logged in) uploaded their file with Upload Embed Widget (https://community.box.com/t5/Sharing-Content-with-Box/Box-Upload-Embed-Widget/ta-p/29008)
If not, what alternatives are there?
The requirements are:
1. user can upload a file without requiring them to log in
2. retrieve the file id or link to the file from javascript client
Any ideas?