Hi all,
I have one investigation requirement to check if there is a way to access Assets api from Jira or other external projects. When I am looking into firefly project, it looks like it is feasible. But, I cannot find any useful docs. Any suggestions?
Thanks.
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Yes Assets API can be used in App Builder.
An example action snippet for folder creation below:
I am not fullu clear on what your requirements are for your use case but yes App Builder/Project Firefly can call the AEM Assets API. This is of course if the AEM instance is hosted on the public internet and the api end point is not protected by a firewall. I have written actions in the past that used the Assets API and it was pretty straight forward to do.
Project Firefly/App Builder Actions are built using standard nodejs and nodejs has the fetch library for making POST/GET/PATCH/DELETE Rest calls.
I don't see any code labs or medium articles that publish code out there. We are working on more AEM use case sample code as we speak.
Yes Assets API can be used in App Builder.
An example action snippet for folder creation below:
@shelly-goelThanks for your sample!
One more "**bleep**" question
Now, I can access my company's Assets tool via url like "https://xxx.experiencecloud.adobe.com/assets.html/content/dam/mac/xxx". I tried to access url like "https://xxx.experiencecloud.adobe.com/api/assets", but it didn't work...
Views
Replies
Total Likes
I think I find some info from https://experienceleague.adobe.com/docs/experience-manager-cloud-service/implementing/developing/gen....
It looks like Company's AEM instance is manged in cloud manager. I don't have right access to login some env like "https://author-xxx-xxx.adobeaemcloud.com". When trying to "Get local development token", I am getting 403 error. Not sure why.
I will continue to do the deeper investigation.
Thanks all.
Views
Replies
Total Likes
This sample app shows how to connect to AEM to retrieve and display Assets including thumbnails in a custom UI:
https://github.com/AdobeDocs/adobeio-samples-aemaacs-assets-custom-ui
You'll require a running AEMaaCS author instance to test it. Also, it will only run inside the Experience Cloud Shell at experience.adobe.com.
Cool, thanks. I will look into this sample later. Now, I am checking how to get the access to my company's author instances.
Views
Replies
Total Likes
Views
Likes
Replies