We noticed that most (not all) of our API requests return the following:
{
“errors”: [
{
“code”: 6,
“code_name”: “ViewForbidden”,
“detail”: “You do not have permission to view member with id .”,
“id”: “”,
“status”: “403”,
“title”: “You do not have permission to view this member.”
}
]
}
Yes, it unfortunately still continues. A new patron just pledged an hour ago, and he couldn’t access our site (which uses the Patreon APIv2), and when I checked again it was the exact same problem (API returns forbidden for that user). It just appears to happen to random users.
Sorry for the late reply, but I noticed today that when this issue happens, the member id ( API Reference ) changes, so my script uses the old member id and the API return forbidden. It works after the script fetches the new member id.