We migrated our assets from another system. Some file extension are not formatted correctly, like "filename.jpg (1)". AEM couldn't figured out mime type, so DAM Update Asset workflow couldn't generate renditions.
I tried to add mime type manually via Assets API but I'm getting "Forbidden" error. Any ideas?
Views
Replies
Total Likes
Hi @btaymaz
You can try in the below way:
{
"properties": {
"metadata" : {
"dam:MIMEtype":"image/jpeg"
}
}
}
This will set the mime type on metadata node.
Hope this helps!
Thanks
Please check https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager-assets/assets-6-4-http-api...
If it is Author, you may need to use credentials to connect.