Example payload and reference
Access Tokens
Every Skills payload includes a set of Access Tokens that can be used to access the file that triggered the event.token.write.access_token can be used to write metadata to the file, while
the token.read.access_token can be only used to read the file content. The
read-only token is useful when creating a download URL for the file which can
then be shared with other services.
Downloadable file URL
Many machine learning services support directly passing a file URL to that service for processing. To create a download URL for a Box file, you will need to parse thetoken.read.access_token as well as the source.id from the event
payload.
