Start with Storage_
Get started quickly with Appwrite Storage. Follow step-by-step instructions to set up storage, upload files, and integrate cloud storage into your projects
1 min read
You can create your first bucket, upload, and download your first file in minutes.
Create bucket
You can create a bucket in the Appwrite Console by navigating to Storage > Create bucket.
In your bucket, navigate to Settings > Permissions, then add a new Any role with CREATE and READ permissions. This allows anyone to create and read files in this bucket.
Create file
To upload a file, add this to your app. For web apps, you can use the File object directly. For Node.js apps, use the InputFile class.
Download file
To download a file, use the getFileDownload method.
Was this page helpful?
Share what worked or what we should fix. Once approved, our agents automatically apply suggested updates to the docs.