0
5
KKKhalid Khan
The code uses the Storage class to access a file in the bucket specified by the bucketId and fileId values. The Storage class includes methods to get information about the file, such as its contents and size.
Shortcut: appwrite.storage.getfile
val response = storage.getFile(
bucketId = "BUCKET_ID",
fileId = "FILE_ID"
)