Use this checklist if there are issues with Acquia DAM assets in Drupal, for example, if they do not update, unpublish, render correctly, or are missing from bulk imports.
Assets in Drupal do not match changes in Acquia DAM such as status, deletion, metadata, finalized version
Confirm that Drupal cron runs regularly.
Check whether the DAM media update queue is backed up and, if needed, process it:
drush queue:run acquia_dam_media_item_updateIf many assets appear out of sync, run a bulk asset refresh:
drush acquia-dam:update-assetsFor finalized version changes, queue updates based on the latest finalized versions:
drush acquia-dam:queue-update-assets --finalized-versionVisit the Asset and Metadata updates and Asset status and deletion sections below.
Pending Delete assets in Acquia DAM still show as Published in Drupal
Verify that cron is running and the DAM media update queue has been processed.
If needed, run:
drush acquia-dam:update-assetsFor individual items, use Check for update on the DAM media listing in Drupal.
Visit Asset status and deletion.
An asset does not render correctly or appears under the wrong media type
Check if the Drupal media type matches the actual asset format in Acquia DAM such as image, video, document, archive, and so on.
If it looks too generic or incorrect, run:
drush acquia-dam:resolve-asset-media-type optionally with --media-type and --batch-size.
For SVGs, install and configure the contributed SVG Image module so that SVGs can use image styles.
Visit Media sources, asset serving, and rendering and Media type resolution and rendering.
Check that assets are released and not expired in Acquia DAM, unreleased or expired assets are intentionally skipped by the bulk import.
Visit Asset import and management.
Assets are not provided from the expected domain or file system
Check whether Download and sync assets are enabled, if so, assets are provided from the Drupal file system.
Confirm that you chose the correct public or private file system before you enable Download and sync, and avoid switching afterward.
If this content did not answer your questions, try searching or contacting our support team for further assistance.
If this content did not answer your questions, try searching or contacting our support team for further assistance.