Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Binary upload on AEM cloud

Avatar

Level 2

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.

https://experienceleague.adobe.com/docs/experience-manager-cloud-service/assets/admin/developer-refe...

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

1 Accepted Solution

Avatar

Correct answer by
Adobe Champion

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)?

View solution in original post

2 Replies

Avatar

Correct answer by
Adobe Champion

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)?

Avatar

Level 2

Hi @kimonp ,

 

Sorry forgot to update this thread here.

I had used the exact the same which you written. This issue was resolved.

Regards,

Neelesh