Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list
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

Community Advisor

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