Hi,
One of the users of our Analytics and Reports monday app is reporting that they get an error response to the OAuth authorization request, like
{
“error_code”: “UserUnauthroizedException”,
“status_code”: 403,
“error_message”: “User unauthorized to perform action”,
“error_data”: {}
}
So instead of being redirected to an appropriate error page (“You need to install the app first” etc.) the error response comes through to the requesting app (ours).
I can’t reproduce the error.
In which situations could this error happen? Is there a problem with the users privileges or maybe something wrong with our app or the monday API?
Thanks for your help!