Move digital content from Google Drive to Author (Digital asset management) | Community
Skip to main content
Level 3
October 4, 2019
Solved

Move digital content from Google Drive to Author (Digital asset management)

  • October 4, 2019
  • 3 replies
  • 3108 views

Hello all, this is my first post here in this community. I have like 4.5 TB of data in google drive to be moved to AEM Author as assets. What is the best way to do this other than download and upload. Any API's available or plugins. Please let me know.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Nirmal_Jose

As Scott mentioned, you can use asset manager API on your custom servlet to import the assets.

OR

1. Use ACS Tools CSV Asset importer - CSV Asset Importer

OR

1. update your DAM asset workflow to your required specification

2. Install Use AEM Desktop App

3. Move the assets via desktop app.

3 replies

Level 3
October 4, 2019

To move content - you can write a custom sling servlet and then use AssetManager API to place the content (images for example) to the correct location in the DAM.

harishredAuthor
Level 3
October 4, 2019

Thank you Scott. I was thinking around the same lines but was wondering if there is a plugin already written or something on Exchange and not re-invent the wheel..

Nirmal_Jose
Adobe Employee
Nirmal_JoseAdobe EmployeeAccepted solution
Adobe Employee
October 6, 2019

As Scott mentioned, you can use asset manager API on your custom servlet to import the assets.

OR

1. Use ACS Tools CSV Asset importer - CSV Asset Importer

OR

1. update your DAM asset workflow to your required specification

2. Install Use AEM Desktop App

3. Move the assets via desktop app.