Hi all,
I'm using the Upload Embed Widget to allow users to upload files to my Box account. I've required an email address for uploads, and I can see the email addresses of each uploader in the file details for uploaded files. I'd like to be able to use the API to retrieve these emails, but I'm not able to locate the details through any of the endpoints. Here are the ones I've tried:
Get Folder Items: Returns data with info about each file but no uploader info.
Get File Info: Returns file-specific data, but with the following for "created_by":{"type":"user","id":"2","name":"Anonymous User","login":""}. There doesn't seem to be any user with id 2, and there is no Uploader field in the data.
Is there another way to get Uploader details through the API for files from the Upload Embed Widget? Thanks!