Files and Content Management
The Files section is your workspace for managing individual files, their versions, and derived artifacts.
Browse Files
- Click Files in the sidebar (or navigate to
/files). - The page displays a three-column layout:
- Left panel: A file tree listing all your files, with pagination at the bottom.
- Center panel: Preview of the selected file (or the artifacts browser).
- Right panel: Details pane with properties, versions, and comments for the selected file.
- Files are listed as tree nodes. Expand a file to see its artifacts (derived/extracted outputs) grouped by the job that created them.
- Use the filter icon in the left panel header to narrow the tree (see Filter the File Tree).
Filter the File Tree
- On the Files page, click the filter icon in the left panel header.
- The Search panel opens. Set any combination of:
- File Name
- Description
- External Identifier
- Uploaded by (one or more users)
- Updated by (one or more users)
- View — Models with Child Artifacts or Unparented Artifacts
- Status — All, Active, or Archived
- Click Search to apply filters to the file tree.
- Active filters appear as removable chips above the tree. Remove individual filters with ×, or clear all filters from the panel and search again.
Upload a File
Method 1 — Drag and Drop
- Navigate to the Files page.
- Drag one or more files from your computer onto the page. A drop zone indicator appears.
- The Upload Files modal opens. For each file, fill in:
- File name for the file.
- External Version (optional).
- Tags (optional).
- Infosec Level (required when infosec is enabled — defaults to the organization's default level; the field is highlighted in red if empty).
- Click Upload.
Method 2 — Add Files Button
- On the Files page, click Add files in the top-right action bar (or the + icon in the left panel header).
- In the Add Files modal, select the Upload tab.
- Click Choose files and select files from your computer.
- Complete the upload metadata and confirm.
Connect an External File
- On the Files page, click Add files.
- In the Add Files modal, select the Connect tab.
- Choose an app integration (e.g., Google Drive, Teamwork Cloud, Windchill, 3D Experience, Microsoft 365).
- Fill in the connection form with the required details for that integration.
- Click Add to create a linked metadata file that references the external source.
Note: App integrations must be configured by an admin before they can be used (see the Administrator Guide).
View File Details
- On the Files page, click a file in the left panel tree.
- The center panel header has tabs:
- Activity — jobs run on this file.
- Preview — file preview or the artifacts browser (default for file content).
- Lineage — revision relationship graph (when Resource lineage is enabled).
- Compare — side-by-side or unified diff (when the file has two or more versions and supports comparison). When infosec is enabled, a classification banner appears at the top of the preview showing the resource's classification level.
- The right panel (details pane) shows:
- File Name (with pencil icon to rename), File ID, Revision ID (copyable).
- Created date and Created by user.
- Size.
- Classification (editable dropdown when infosec is enabled and permitted).
- Control Tags (editable if permitted).
- Users with Access.
- Connections with Access (partner organizations receiving the file through secure connections, or None — shown when secure connections are configured for your deployment).
- External Version, External Identifier (shown only if set), Description (shown only if set).
- Remote Source (shown for files linked to an upstream remote).
- Versions section: List of file revisions with a + button to upload new versions.
- Comments section: Collapsible section with threaded comments.
Rename a File
- Select a file to view its details.
- In the file details header, click the pencil icon next to the file name.
- Type the new name in the inline text field.
- Press Enter or click the checkmark to save. Click the X to cancel.
Required role: Editor, Administrator, Owner, or the original file creator.
Preview a File
The platform automatically renders previews for supported file types:
| File Type | Viewer |
|---|---|
| Images (PNG, JPG, GIF, etc.) | Image viewer with pan/zoom |
| PDF viewer | |
| 3D models | Interactive 3D viewer |
| HTML | Rendered HTML |
| Markdown | Rendered Markdown |
| Text / code files | Text viewer with syntax highlighting |
| XML | XML viewer |
If no preview is available, you will see a "No Preview Available" message with an option to Extract (run a function to produce viewable artifacts).
Upload a New Version
- Select a file to view its details.
- In the Versions section of the right panel, click the + (Add version) button.
- In the Upload Version modal:
- Upload tab: Select a file from your computer.
- Connect tab: Link to an updated external source.
- Confirm the upload.
Required role: Editor, Administrator, Owner, or Upstream Remote Owner.
Compare File Versions
- Select a file that has two or more versions and is a previewable type.
- In the center panel header, open the Compare tab.
- For text, image, and other non-3D preview types:
- Use the left and right version selectors to pick which versions to compare.
- Toggle between Split and Unified diff views.
- The diff viewer highlights additions, deletions, and changes.
- For supported 3D model formats, the Compare tab shows a colorized visual diff of the geometry. See 3D Visual Diff.
Download a File
- Select a file to view its details.
- Click the Download button (down-arrow icon) in the file details action bar.
- The file will download to your computer.
Archive / Restore a File
Archive
- Select a file to view its details.
- Click the Archive button (box icon) in the file details action bar.
- Confirm the archive action in the dialog.
Required role: Owner.
Browse Artifacts
Artifacts are files derived from a parent file through job execution (e.g., extracted elements from a ZIP or model file).
- Select a parent file that has artifacts.
- In the file details content area, the Artifacts Browser displays a searchable table.
- Artifacts are grouped by the job that produced them, showing:
- The tool/function name that ran (click to view job details).
- Each artifact as a row with name, type, and size.
- Click an artifact to view its details, preview, and metadata.
Alternatively, expand a file in the left panel tree to see its artifacts nested as child nodes.
Comment on a File
- Select a file to view its details.
- In the right panel, expand the Comments section.
- View existing comments (paginated) and add new ones.
- To view a single comment in full detail, navigate to
/comment/:commentId.
Search for Files
Two search entry points serve different scopes:
- File tree filter (filter icon in the left panel) — narrows the list on the Files page only. See Filter the File Tree.
- Global search — click Search in the left sidebar (or press ⌘ K / Ctrl K) to open omni-search, then press Enter to open results at
/search. Filter with prefixes such astype:,status:, andcreator:.