Join a webinar on April 30th: Unlocking Your Data using AI with Box Extract & MCP Server. Register here
{
"type": "error",
"status": 400,
"code": "item_name_invalid",
"message": "Method Not Allowed",
"context_info": {
"message": "Something went wrong"
},
"help_url": "https://developer.box.com/guides/api-calls/permissions-and-errors/common-errors/",
"request_id": "abcdef123456"
}The error that occurs when a file can not be created due to a conflict.
The value will always be error.
error "error"
The HTTP status of the response.
400
A Box-specific error code.
created, accepted, no_content, redirect, not_modified, bad_request, unauthorized, forbidden, not_found, method_not_allowed, conflict, precondition_failed, too_many_requests, internal_server_error, unavailable, item_name_invalid, insufficient_scope "item_name_invalid"
A short message describing the error.
"Method Not Allowed"
A free-form object that contains additional context about the error. The possible fields are defined on a per-endpoint basis. message is only one example.
Show child attributes
{ "message": "Something went wrong" }A URL that links to more information about why this error occurred.
"https://developer.box.com/guides/api-calls/permissions-and-errors/common-errors/"
A unique identifier for this response, which can be used when contacting Box support.
"abcdef123456"
Was this page helpful?