Skip to main content

What could be the reasons for receiving a 404 Bad Request error when calling the annotate method at the recaptchaenterprise.googleapis.com/v1/ASSESSMENT_ID:annotate, and how can we troubleshoot this issue?

Hello, are you sure you are receiving 404 Bad Request? GCP APIs usually return either:

400 Bad Request - can happen if the request data cannot be parsed or has unexpected fields/values

404 Not found - can happen if the request path is incorrect, for example missing the project or the assessment ID.

Some of these return error messages.

 


Reply