Files
Cloud storage that participates in your backend.
Last updated
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 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.
Triggers β run an action on OnFileUploaded / OnFileDeleted.
Integrations β where the bytes are stored, and which integration is the default.
Settings β disable the module.
Files β including the end-user API (upload URL, download, list own files).
Endpoints: Files.
Last updated