# Connector files

List, upload, preview, download, or delete files in a connector. Obtain the required connector or temporary-file identifier first, then use the relevant action page to handle the file contents.

## Choose a task

| Task | Description |
| --- | --- |
| [Find connector files](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/data-connections/connector-files/list-files.html.md) | Lists files accessible to a connector. |
| [Prepare a temporary file](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/data-connections/connector-files/upload-file.html.md) | Upload a local file and obtain a temporary-file ID without starting an import task. |
| [Inspect file contents](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/data-connections/connector-files/preview-file.html.md) | Read the preview contents of a connector file or temporary file. |
| [Obtain a temporary-file download URL](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/data-connections/connector-files/download-file.html.md) | Return a temporary-file download URL rather than the file contents. |
| [Remove a temporary file](https://omnifabric.cloudsigma.com/docs/reference/api/ai-studio/data-connections/connector-files/delete-file.html.md) | Delete temporary files, which cannot be recovered after deletion. |
