Storage
View and manage your storage including dataframes and files
What it is: Storage provides persistent file storage for your app, accessible via the Databutton SDK. Store CSVs, images, PDFs, and other files that your app needs.
How to access: Click the Storage tab in the workspace topbar.

Key features:
File browser: View all stored files
Upload/download: Manage files through the interface
SDK access: Read/write files from Python backend code
Persistent storage: Files persist across app restarts
How to use:
Upload files manually via the Storage tab, or
Ask the agent to create upload functionality in your app, or
Have the agent store data programmatically using the Databutton SDK
Tips:
Use storage for files, use the database for structured data
The file system is not persistent - always use storage or database
Storage is accessible from backend only, not frontend
Last updated
Was this helpful?