Box List Field

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:

  1. Create an application on Box, and take note of the Client ID and Secret.
  2. Add the following line to your settings.php to be able to authorize your app:
    $conf['https'] = TRUE;
  3. Download module, ensuring dependencies, and enable.
  4. You can now add fields of type "Box Listing" to your entities.
  5. When adding the fields, first save the Client ID and Secret on the field settings page, then come back and click the "Authorize" button.
  6. Configure the "Display" settings for the field. Options are give as to which fields from the metadata should be displayed.

Dependencies: