Hi All,
We are identifying end points from AEM perspective to upload assets in AEM cloud.
So following the below link and trying to upload asset using postman.
Step 1 : Initiate upload --> We make a POST call with the body params as suggested and its successful and able to get the response as motioned in the documentation.
Step 2 : Binary upload --> Not getting this step, exactly what we need to POST (url and Body params) for this request.
Step 3: Complete upload--> It is clear.
Please let us know if anyone has some thoughts about step2.
Regards,
Neelesh
Solved! Go to Solution.
Views
Replies
Total Likes
For step2, have you tried performing a PUT request to the target path (e.g. /content/dam/myfolder/myasset.png) using the asset as a binary file (using "binary" as body type in postman)?
For step2, have you tried performing a PUT request to the target path (e.g. /content/dam/myfolder/myasset.png) using the asset as a binary file (using "binary" as body type in postman)?
Views
Likes
Replies