Automatic, scheduled asset upload options.
Hello All!
I'm new to AEM technologies and been going through documentation, Internet and this forum looking for the best solution to apply.
We have a solution that uploas pdf files to a DAM using a webservice. we want to modify this solution to upload the pdf files now to "Assets" and assign metadata to the uploaded asset, I found that there are a few options as:
- HTTP API POST requests to handle the upload of files. HTTP API
- Pros:
- since are http requests can be done easily in Java application
- Fits to our needs since are very basic tasks (upload & assign metadata)
- Cons
- The documentation is not clear about how to make the requests, tried Curl and could create folder but file upload is not working with the parameters of the manual.
- Pros:
- Asset Manager API to upload files Asset Manager API
- Pros
- have more options to upload and custom to our needs
- Can be used with a UI to select the files to upload, pending to valdiate if can be modified to upload files automatically without the use of the UI.
- Cons
- The examples work with a UI
- There is still pending the step to assign metadata automatically
- Pros
have you been through this requirements before? if so what is your recommendation on the best way to implement this solution?
Thank you in advance to all!!
Luis Moreno