Hello,
I'm using your Geni API to read the profiles for people in my tree and then use the mugshot_urls object to also get the faces associated with those profiles.
The issue that I've encountered is that many of the urls for the mugshots return a 'Forbidden' code and 'Access Denied' message.
For example, my own mugshots on my profile are:
-
mugshot_urls: {
Most of them work fine, but the one for 'print' returns an access denied.
At first I assumed that maybe the mugshot for print didn't get generated or some other similar issue but the problem persists with other profiles seemingly at random: some profiles will not let me access the original, others the print. etc. I have to cycle through the options until I find a picture that is accessible and use that.
So my question: why do some pictures return access denied at random (it seems)? And how can I fix this?
Ideally I'd like to get the 'print' picture to always work so I have the option to print them (I assume the 'print' picture is the best quality to print on paper).
Thanks,
Paulo