I am getting following error code and message while decrypting a PlayIntegrity token in Java. Could you please help me out why this issue occurs although we have given required API enabled and permissions.
{
"code": 403,
"errors": [
{
"domain": "global",
"message": "You are not authorized to decode the requested integrity token.",
"reason": "forbidden"
}
],
"message": "You are not authorized to decode the requested integrity token.",
"status": "PERMISSION_DENIED"
}