Actually, I am trying to get it any way I can.
I have some .jpegs that I create through JFreeChart, and place them in Alfresco through web services – all fine.
I want to make a public dashboard for the company so anyone can see them, especially if they do not have alfresco access. So i get the uuid and construct my url like this:
/alfresco/d/d/workspace/SpacesStore/2481def6-5c6d-49b2-8d4c-c6cabdf7cb6b/Dailychart.jpg
this of course only works if you are logged in.
How do I expose those files as a simple url?