For the complete documentation index, see llms.txt. This page is also available as Markdown.

Files

Cloud storage that participates in your backend.

Where: Files Β· /projects/<project>/files

The Files module is cloud storage that participates in your backend β€” not an isolated bucket. Upload, deliver, and secure files with the same identity, permissions, and audit trail as the rest of your project. Files can be used as File fields in Database schemas, so a record can carry its own attachments.

The Files module home.

The bytes live in a storage integration you connect β€” AWS S3, Google Drive, Google Cloud Storage, or Azure Blob Storage. Until the module is enabled, /files shows the enable page ("Norbix Files"); after Enable, you land in the Browser.

Screens in this module

  • Browser β€” the folder tree and files, with upload.

  • Triggers β€” run an action on OnFileUploaded / OnFileDeleted.

  • Integrations β€” where the bytes are stored, and which integration is the default.

  • Settings β€” disable the module.

Use it from code

Files β€” including the end-user API (upload URL, download, list own files).

API reference

Endpoints: Files.

Last updated