Files are automatically extracted from emails that exist in a box. Each file is associated with the box it's in.
Property Name | Description |
---|---|
fileOwner | Each file comes from a particular email that was added to a box. This property is the key of the user that added the email to the box. |
size | The size of the file in bytes |
mimeType | The mime type of the file |
fileName | The filename with extension |
mainFileName | The filename without the extension |
fileType | Type will be either GMAIL_API or DRIVE . GMAIL_API means the information was scraped from email attachments in a box.DRIVE means the user added a drive file to the box directly.Only contents of GMAIL_API files can be retrieved via the Streak API. |