background
← Back to all provider errors

Google

tooManyParts — Too Many Parts

The multipart request failed because it contains too many parts.

Riposte solution

The multipart request contains too many parts and was rejected. If you're making a batched or multipart call, reduce the number of items in one request. For instance, if uploading an email with multiple attachments via a single call, consider splitting it or reducing attachments. Send fewer parts in each request to stay within Google’s limits.

Quick facts

Provider
Google
Endpoint / surface
Google API (global)
Status code
400

Why it happens

Multipart request with more parts than allowed

How to fix it

Reduce the number of parts in the multipart request according to API limits