← Back to all provider errors
Google
parseError — Parse Error
The server could not parse the request body.
Riposte solution
Google's server couldn't parse the request body, indicating malformed JSON or data. Verify that the payload you're sending via Riposte is valid JSON and conforms to the expected schema. For instance, if creating a message draft, ensure the JSON structure matches what Riposte expects. Fix any JSON formatting issues and resend the request.
Quick facts
- Provider
- Endpoint / surface
- Google API (global)
- Status code
- 400
Why it happens
Malformed JSON or request body that can't be parsed
How to fix it
Ensure the request body is well-formed and conforms to the API requirements (e.g. valid JSON)