> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stackone.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Box Changelog

> Release history for the Box connector. Each version lists what changed and which actions were affected.

<Card title="Box connector" icon="arrow-left" href="/connectors/box" horizontal>
  Back to the connector overview, authentication methods, and actions.
</Card>

<Update label="v2.0.0" description="11 Sept 2026">
  `breaking-change` `new-actions` `description-fix`

  Breaking — the Download File action has been removed. Box delivers file content as a streamed download artifact rather than inline JSON, so the action always returned an empty body; use Get File to read metadata and retrieve content through the returned shared link. Update Task now requires message, because Box rejects any update body that omits it, and Search Content requires query, because this connector does not expose Box's metadata-filter alternative. Added Search Content so an item can be found by name in one call instead of walking folders, Unlock File so a lock applied through Update File can be removed, and Create Metadata Template so templates can be created rather than only read. Update File no longer states that unlocking is unavailable, Copy File explains that omitting name lets Box auto-rename while an explicit name already in use returns 409, and every delete action now returns an explicit confirmation message instead of an empty payload.

  <AccordionGroup>
    <Accordion title="Added · 3 new actions">
      `box_create_metadata_template`, `box_search_content`, `box_unlock_file`
    </Accordion>

    <Accordion title="Removed · 1 action removed">
      `box_download_file`
    </Accordion>

    <Accordion title="Changed · 18 actions updated">
      `box_copy_file`, `box_delete_collaboration`, `box_delete_comment`, `box_delete_file`, `box_delete_file_metadata`, `box_delete_file_version`, `box_delete_folder`, `box_delete_folder_metadata`, `box_delete_group`, `box_delete_task`, `box_delete_task_assignment`, `box_delete_user`, `box_delete_user_avatar`, `box_permanently_delete_file`, `box_permanently_delete_folder`, `box_remove_user_from_group`, `box_update_file`, `box_update_task`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v1.2.0" description="10 Sept 2026">
  `new-feature`

  Enabled scheduled data sync on five list actions — users, groups, trashed items, webhooks and metadata templates — so these collections can be kept in sync and read without calling Box on every request. Users, groups and trashed items page by offset; webhooks and metadata templates follow Box's marker cursor. Each syncs by full refresh, because the Box API exposes no updated-since filter on these endpoints (change tracking is only available through the Events API).

  <AccordionGroup>
    <Accordion title="Changed · 5 actions updated">
      `box_list_groups`, `box_list_metadata_templates`, `box_list_trashed_items`, `box_list_users`, `box_list_webhooks`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v1.1.2" description="12 Aug 2026">
  `guide-changes`

  Clarified in the OAuth connection guide that the Write content permission is only required when connecting with the default scopes or using actions that create or modify content — read-only connections with custom scopes can omit it.
</Update>

<Update label="v1.1.1" description="28 Jul 2026">
  `bug-fix`

  Fixed action descriptions for update\_file (lock/unlock limitation), download\_file (empty response clarification), query\_by\_metadata (enterprise scope format), update\_task (completion\_rule usage), update\_task\_assignment (resolution\_state requirement), and commented out unsupported expires\_at param on update\_collaboration.

  <AccordionGroup>
    <Accordion title="Changed · 6 actions updated">
      `box_download_file`, `box_query_by_metadata`, `box_update_collaboration`, `box_update_file`, `box_update_task`, `box_update_task_assignment`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v1.1.0" description="13 Jul 2026">
  `new-events`

  Added programmatic webhook support with 36 event types across files, folders, comments, collaborations, shared links, task assignments, metadata, and webhook lifecycle with connection guide.
</Update>
