Documentation

GMAIL_IMPORT_FAILED

503upstream

Mail could not be imported from Gmail.

Cause

A transient Google API or storage fault during import.

How to fix it

Retry with backoff. Already-imported messages de-duplicate, so a retry is safe.

Example response

503 GMAIL_IMPORT_FAILED
JSON
{
  "error_code": "GMAIL_IMPORT_FAILED",
  "error_type": "upstream",
  "error_message": "Mail could not be imported from Gmail.",
  "hint": "Retry with backoff. Already-imported messages de-duplicate, so a retry is safe.",
  "docs_url": "https://docs.billerapi.com/errors/GMAIL_IMPORT_FAILED",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

Canonical docs URL: https://docs.billerapi.com/errors/GMAIL_IMPORT_FAILED

Was this page helpful?