Box Developer Documentation

A beta version of the new Box developer documentation site is launching soon! Updated Developer Guides, modern API Reference, and AI-powered search are on the way to help you build with Box faster. Stay tuned for more updates.

Metadata Error

This resource is used by endpoints in the version 2024.0. For more details, see Box API versioning.

A generic metadata operation error.

string
bad_request

A Box-specific error code.

string
Encountered invalid value for template field key=someKey field type=properties

A short message describing the error.

string
abcdef123456

A unique identifier for this response, which can be used when contacting Box support.

Response Example

{
  "code": "bad_request",
  "message": "Encountered invalid value for template field key=someKey field type=properties",
  "request_id": "abcdef123456"
}