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.
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 shows the file preview (or the artifacts browser for files with artifacts). 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).
- Function Status, Users with Access.
- External Version, External ID (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.
- The Activity tab in the center header shows jobs run on this file.
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.
- Click the Compare versions button (arrow-left-right icon) in the file details action bar.
- In the File Comparison dialog:
- 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.
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.
Advanced Search
- On the Files page, click the Filter files button (filter icon) in the left panel header.
- The Search panel opens with filter options:
- File Name — search by file name
- Description — search by description
- External Version Tag — search by external identifier
- Uploaded by — filter by creator
- Status — show All, Active, or Archived files
- Apply filters to narrow the file list.
- Active filters appear as badges in the left panel header. Click Clear All to remove all filters.