Hello
I would like to get the absolute dynamic media/scene7 url of assets and its renditions in AEM Java.
My setup is like this, on AEM cloud author the image is uploaded and is then published to dynamic media scene 7. No publisher instance is there.
How do I get the scene7 urls of assets and its renditions?
Solved! Go to Solution.
Views
Replies
Total Likes
Hello,
in case you want to use DM image URLs on author, you should set the DM configuration to push assets on upload, not publication.
Then, you can use DM asset properties to construct the image URL in your backend code:
Here is an example: https://s7g10.scene7.com/is/image/assaabloydev/research-trio-16x9:4x3
Hope this helps,
Daniel
Hello,
in case you want to use DM image URLs on author, you should set the DM configuration to push assets on upload, not publication.
Then, you can use DM asset properties to construct the image URL in your backend code:
Here is an example: https://s7g10.scene7.com/is/image/assaabloydev/research-trio-16x9:4x3
Hope this helps,
Daniel
Views
Likes
Replies