Conflict error
The error that occurs when a file can not be created due to a conflict.Attributes and example
Attributes and example
| Property | Type | Required | Description |
|---|---|---|---|
type | enum<string> | No | The value will always be error. Available options: error. |
status | integer | No | The HTTP status of the response. |
code | enum<string> | No | A Box-specific error code. Available options: 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. |
message | string | No | A short message describing the error. |
context_info | object | No | |
help_url | string | No | A URL that links to more information about why this error occurred. |
request_id | string | No | A unique identifier for this response, which can be used when contacting Box support. |
Example
Upload URL
The details for the upload session for the file.Attributes and example
Attributes and example
| Property | Type | Required | Description |
|---|---|---|---|
upload_url | string | No | A URL for an upload session that can be used to upload the file. |
upload_token | string | No | An optional access token to use to upload the file. |
Example
