Expand my Community achievements bar.

SOLVED

OSGI service to upload asset to AEM DAM from local machine

Avatar

Level 2

Hi, is there any osgi config that you can use to automate a process of uploading assets from a local machine to AEM dam 
Thank you

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Hi @hr-empd ,

There is not OOTB feature that enables to automate the asset upload from your local to AEM DAM. There are difference ways to do it manually, for automation you will have to come up with some scripts. WebDav is one of the best tool to upload assets to your dam. It is a software that creates a file system of your AEM instance on your local. Refer to this link for webdav - https://experienceleague.adobe.com/docs/experience-manager-64/administering/contentmanagement/webdav...

Moreover below table defines other ways to upload assets:

Upload method When to use? Primary Persona
Assets Console user interfaceOccasional upload, ease of press and drag, finder upload. Do not use to upload a large number of assets.All users
Upload APIFor dynamic decisions during upload.Developer
Experience Manager desktop appLow volume asset ingestion, but not for migration.Administrator, Marketer
Adobe Asset LinkUseful when creatives and marketers work on assets from within the supported Creative Cloud desktop apps.Creative, Marketer
Asset bulk ingestorRecommended for large-scale migrations and occasional bulk ingestions. Only for supported datastores.Administrator, Developer

 

Reference: https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/assets/manage/add-a...

 

View solution in original post

1 Reply

Avatar

Correct answer by
Employee Advisor

Hi @hr-empd ,

There is not OOTB feature that enables to automate the asset upload from your local to AEM DAM. There are difference ways to do it manually, for automation you will have to come up with some scripts. WebDav is one of the best tool to upload assets to your dam. It is a software that creates a file system of your AEM instance on your local. Refer to this link for webdav - https://experienceleague.adobe.com/docs/experience-manager-64/administering/contentmanagement/webdav...

Moreover below table defines other ways to upload assets:

Upload method When to use? Primary Persona
Assets Console user interfaceOccasional upload, ease of press and drag, finder upload. Do not use to upload a large number of assets.All users
Upload APIFor dynamic decisions during upload.Developer
Experience Manager desktop appLow volume asset ingestion, but not for migration.Administrator, Marketer
Adobe Asset LinkUseful when creatives and marketers work on assets from within the supported Creative Cloud desktop apps.Creative, Marketer
Asset bulk ingestorRecommended for large-scale migrations and occasional bulk ingestions. Only for supported datastores.Administrator, Developer

 

Reference: https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/assets/manage/add-a...