entity_browser_acquia_dam
Provides Entity Browser widgets for seamless integration with Acquia Digital Asset Management (DAM). This module extends Entity Browser functionality to allow users to browse, search, and upload assets directly to Acquia DAM through a user-friendly interface.
## Features
- Browse existing Acquia DAM assets with search and filtering
- Upload new files directly to Acquia DAM with profile selection
- Integration with Drupal's Media system
- Configurable upload profiles and file type restrictions
- Responsive asset browser interface
## Requirements
- Drupal 9.5+ or 10+
- Entity Browser module
- Media module
- Acquia DAM module (with upload patch applied)
## Important Note About the Upload Patch
The upload functionality in this module depends on a patch that needs to be applied to the main Acquia DAM module. This patch adds:
- Upload form route (`/acquia-dam/upload`)
- Upload permissions (`upload assets to acquia dam`)
- API support for handling uploads to DAM
- Upload profile configuration handling
**Patch URL:** https://www.drupal.org/project/acquia_dam/issues/3488263#comment-16219819
This patch is essential for the upload widget to function properly, as it provides the underlying API and form infrastructure that the Entity Browser widget relies on.