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.
12345The unique identifier that represents an archive.
archiveThe value will always be archive.
Value is always archive
Archive100The 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.
123456789The size of the archive in bytes.
{
"id": "12345",
"type": "archive",
"name": "Archive",
"size": 123456789
}