Hi community,
We’re using the PureJS Asset Selector (assets-selectors.js) with IMS authentication in a delivery environment (delivery-pXXXXX-eXXXXXX.adobeaemcloud.com). Our setup is working well, and we’re successfully filtering assets (e.g., by dam:assetStatus).
However, we would like to know:
Is it possible to display the folder structure (i.e., hierarchy of /content/dam/...) within the Asset Selector UI when used in a delivery environment?
Currently, the selector opens with the “All Assets” view, and no folder navigation is shown, even though we can confirm that assets are organized into folders in the author repository.
Implementation context:
Authentication: IMS Flow with PureJSSelectors.registerAssetsSelectorsAuthService
Selector: PureJSSelectors.renderAssetSelectorWithAuthFlow
Props passed:
repositoryId: "delivery-pXXXX-eXXXX.adobeaemcloud.com",
aemTierType: '[1: "delivery"]',
filterFormProps: {
"dam:assetStatus": ["approved"]
}
Questions:
- Is the folder navigation (e.g., “Show Folders” toggle) supported when the selector is used in delivery environments?
- If so, is there a flag or configuration I need to enable to allow the folder structure to be displayed?
- If not supported, is this a current limitation of the delivery tier?
Any guidance or workarounds would be appreciated. I'm happy to share more code or screenshots if needed.
Thanks in advance!