The Gmail OAuth API runs until February 17, and POST /o/oauth2/tokenrandomly returns this error when updating the OAuth token:
Parameter not allowed for this message type: redirect_uri
The error occurs approximately 1 out of 10 times. It is strange that after receiving this error, the next exact request was successful. So this is not related to "redirect_uri" as suggested by the error message.
"A parameter not permitted for this message type" was specified in other StackOverflow messages, but all of them are persistent errors and can be fixed by correcting the parameters. Although we got a temporary error. A 10% rate is expensive for users.
Has anyone seen this behavior lately?
source
share