Dynamic Media: access assets by full path
Hi everyone
I'm looking for a way to access assets from the DM server using full path.
For example, currently I can access an image like:
https://{host-name}/is/image/{company-name}/image
In crx/de this asset is in the following path: /content/dam/brand/images. I can see the full path in the metadata properties of this asset, it is stored in dam:scene7Folder and it contains the following url {company-name}/brand/images/.
Is there any way to access an asset using url like this?
https://{host-name}/is/image/{company-name}/brand/images/image
If it's related to the DM server configuration, please let me know. I found the next property, but I'm not sure this will help me because there is no url examples in documentation:
https://experienceleague.adobe.com/docs/dynamic-media-developer-resources/image-serving-api/image-serving-api/attributes/r-allowdirectaccess.html?lang=en


