Box Developer Documentation

Archive

An archive is a folder dedicated to storing content that is redundant, outdated, or trivial. Content in an archive is not accessible to its owner and collaborators. To use this feature, you must request GCM scope for your Box application.

string
12345

The unique identifier that represents an archive.

string
archive

The value will always be archive.

Value is always archive

string
Archive
100

The name of the archive.

The following restrictions to the archive name apply: names containing non-printable ASCII characters, forward and backward slashes (/, \), names with trailing spaces, and names . and .. are not allowed.

integer (int64)
123456789

The size of the archive in bytes.

Response Example

{
  "id": "12345",
  "type": "archive",
  "name": "Archive",
  "size": 123456789
}