I am using ring central for sending faxes in my organization however everything was working before 1/8/2024 but currently i am facing an invalid client exception while trying to authorize my backend app on the ring central app using jwt auth flow, although i am putting the same clientid, secret and token that was used before also my token is set to never expire, so i need to know if there is a general issue currently as i did not change anything, this is happening currently ONLY on the sandbox environment please advice
This is the error i am facing
Content: {
"error" : "invalid_client",
"errors" : " {
"errorCode" : "OAU-255",
"message" : "Access to account a] is prohibited for private application",
"parameters" : m {
"parameterName" : "account_id",
"parameterValue" : ""
} ]
} ],
"error_description" : "Access to account ] is prohibited for private application"
}
The issue is happening locally and on the deployed app, but it’s not happening when hitting the authorize end point using ring central APIs from here: https://developers.ringcentral.com/api-reference/sms-and-fax
i have also created a dev ticket about 2 days ago but no reply yet