Box Upload Field
Categories
Component ID
2331805
Component name
Box Upload Field
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
Provides a field to upload files to Box.
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; - Verify the site has a valid "Private file system path":
admin/config/media/file-system - Download module, ensuring dependencies, and enable.
- Configure global Box credentials:
admin/config/media/box/global - You can now add fields of type "Box Upload" to your entities.
Note:
The folder ID where the file is to be saved will need to be provided, either on the field settings page, or when creating content.
