← Back to all provider errors
Google
badContent — Unsupported Content
The content type of the request data (or part of a multipart request) is not supported.
Riposte solution
The content type or content of your request is not supported by Google. Check the Content-Type header and payload format of the request you're making via Riposte. For example, if uploading an email or file, use a supported MIME type. Adjust the request to use a valid content format, then try again.
Quick facts
- Provider
- Endpoint / surface
- Google API (global)
- Status code
- 400
Why it happens
Using an unsupported Content-Type in request
How to fix it
Use a supported content type for the request payload