Adds a data object and upload field for maintaining video files stored by 3Q.
- ThreeQUploadField with
- direct uploads from the browser to 3Q
- selection of existing files via the 3Q api
- select only mode if no uploads should be allowed
- ThreeQFile data object for relation handling, independent from Silverstripe file records
The credentials have to be maintained via environment config. Example using .env:
THREEQ_API_KEY=""
THREEQ_PROJECT_ID=""
- Silverstripe ^4.7
- PHP >= 7.3
- API access for 3Q
- Level51 [email protected]