Hi-
I am retrieving a list of Assets within a folder using the Assets API e.g.
https://author.myCompany.com/api/assets/company/myDocuments/myFolder.json
and I want to grab the thumbnails to store in a separate platform. I have the URLs but when clicking the URLs require an AEM username/password to be accessed. How can I get around this? Is there an absolute URL I can construct with the jcr:path to get an un-gated thumbnail image from my author instance?
Thanks!