I have a process, in which there are a couple of activities that works with images. Both of them are WI: in the first one, the user can upload an image, and in the other one it is shown to another user.
My WI has private access, and the image has private access too when it is uploaded. When the other user needs to watch it, the image is not shown, and I've tried to change manually the access to the image from private to public, and I've got the other user can see the image.
So...
How can I change the access to the image from private to public, programatically?
Thanks in advance and regards.