File Storage > Storage Overview
File Storage > Storage OverviewKroxt BaaS SDK v1.0.5

Storage Overview

Save assets, avatar images, and documentation securely inside storage buckets. Folders are created using the dashboard or SDK and accept specific visibility permission options.

Prerequisites:
  • Active storage directory configured in the dashboard.
Initialize Storage Reference:
storage.ts
1
2
3
// Folders and files are resolved under your projectId bucket namespace
const folders = await baas.storage.listFolders();
console.log("Active storage folders:", folders.map(f => f.name));