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

Need a mechanism to upload data outside /content/dam somewhere to /content/<appname>

Avatar

Employee

Hi,

 

we have a requirement to upload data outside /content/dam somewhere to /content/<appname>

Till now we had been using the http put api but that is dependant on webdav.

We cannot allow webdav in prod.

Is there any other way out of this?

 

Thanks

Regards

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi Sunil,

Please have a look at the Digital Asset API to create Assets(It supports CRUD Opertaion)

https://experienceleague.adobe.com/docs/experience-manager-65/assets/extending/mac-api-assets.html?l...

 

But this will create under /Content/DAM not sure why you want to upload outside /DAM folder

View solution in original post

3 Replies

Avatar

Correct answer by
Community Advisor

Hi Sunil,

Please have a look at the Digital Asset API to create Assets(It supports CRUD Opertaion)

https://experienceleague.adobe.com/docs/experience-manager-65/assets/extending/mac-api-assets.html?l...

 

But this will create under /Content/DAM not sure why you want to upload outside /DAM folder

Avatar

Employee
Hello @RajaShankar can these work without webdav? and can they post outside /content/dam ?

Avatar

Community Advisor

The default asset path would be under content/dam. You might want to move this structure later from CRXDE.