MetricSign
Start free
Medium severityconfiguration

Power BI Refresh Error:
PAYLOAD_TOO_LARGE

What does this error mean?

Tableau Cloud returned error 413000 (PAYLOAD_TOO_LARGE) — error. An error occurred.

Common causes

  • 1The request was rejected by Tableau Cloud with error PAYLOAD_TOO_LARGE (HTTP 413).

How to fix it

  1. 1Review the Tableau REST API documentation for this error code.
  2. 2Validate the request and retry.

Frequently asked questions

What does Tableau error 413000 (PAYLOAD_TOO_LARGE) mean?

It means error — an error occurred.

How do I find the resource ID causing this error?

Use the corresponding Tableau REST API List endpoint (e.g. GET /sites/{siteId}/users) to retrieve valid IDs before passing them in update or delete requests.

Source · help.tableau.com/current/api/rest_api/en-us/REST/rest_api_concepts_errors.htm

Other configuration errors