Hi,
I was trying to update the metadata property using cURL command on local Instance. If the asset exists the property will be updated successfully without any failure.
If Asset doesn't exists in DAM and I try to update the property then the sling:folder structure will be created with <assetname>/jcr:content/metadata which is the real problem.
Command used to update the property :
curl -u admin:admin -Fsubscribable="true" http://localhost:4502/content/dam/abc/documents/en/advisors/product/jcr%3Acontent/metadata
Please help to fix this issue.
Thank you in advance
Solved! Go to Solution.
Ideally you should be getting 500 error if the asset doesn't exist. You can also run a query using curl to check if image exist and then update.
Ex query : curl -s -u admin:admin GET "http://localhost:4502/bin/querybuilder.json?path=%2fcontent%2fgeometrixx%2fen&property=fileReference..."
Regards,
Ashwin Raju
Hi
Moving this thread to AEM "Assets" topic so to have better continental experts have a look at this.
~kautuk
Views
Replies
Total Likes
Ideally you should be getting 500 error if the asset doesn't exist. You can also run a query using curl to check if image exist and then update.
Ex query : curl -s -u admin:admin GET "http://localhost:4502/bin/querybuilder.json?path=%2fcontent%2fgeometrixx%2fen&property=fileReference..."
Regards,
Ashwin Raju
Views
Likes
Replies
Views
Likes
Replies