I have tried several times for the past few hours to deal with this but i think it's related to the YouTube Api or some other restriction in place.
I am currently moderating multiple yt channels' comments section through YT API and setting malicious comments in "heldForReview" status if they match specific criterias (scam/spam type of comments)
Since few hours ago i keep receiving the following error:
{"error": {"code": 400,"message": "The API server failed to successfully process the request. While this can be a transient error, it usually indicates that the request's input is invalid.","errors": [ {"message": "The API server failed to successfully process the request. While this can be a transient error, it usually indicates that the request's input is invalid.","domain": "youtube.comment","reason": "processingFailure","location": "id","locationType": "parameter" } ] }}
Nothing changed on my end and i'm wondering if there's an issue with the API or i got restricted in any wayThere's nothing to indicate any restrictions applied to my account/project so i suspect its not me.
I'd like to specify that i have an api quota of 500k and it did not get reached. Even now after the reset of the quota, i keep getting the error.
The same when I try to use the API developer (https://developers.google.com/youtube/v3/docs/comments/setModerationStatus)
In the past i did get this kind of error, but the requests were processed and the comments were put in the "heldForMorderation" status.
I'm processing a bulk of 80 comments per call.