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 is always archive.
Value is always archive
This is an archive for important documents.255The description of the 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.
{"id":"12345","type":"user"}The part of an archive API response that describes the user who owns the archive.
12345The unique identifier that represents a user who owns the archive.
userThe value is always user.
123456789The size of the archive in bytes.
{
"id": "12345",
"type": "archive",
"description": "This is an archive for important documents.",
"name": "Archive",
"owned_by": {
"id": "12345",
"type": "user"
},
"size": 123456789
}