Box List Field
Categories
Component ID
2331747
Component name
Box List Field
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
Provides a field that lists the contents of a folder on Box, given its folder ID. Display formatter options are given to show elements as a list, or a table with file metadata, including: file name, description, created, and last modified.
Setup:
- Create an application on Box, and take note of the Client ID and Secret.
- Add the following line to your
settings.phpto be able to authorize your app:$conf['https'] = TRUE; - Download module, ensuring dependencies, and enable.
- You can now add fields of type "Box Listing" to your entities.
- When adding the fields, first save the Client ID and Secret on the field settings page, then come back and click the "Authorize" button.
- Configure the "Display" settings for the field. Options are give as to which fields from the metadata should be displayed.
