0
1
KKKhalid Khan
The code will launch the storage.getFileView() function with the given parameters. The function will access the Storage object and get the FileView for the given bucket and file ID.
This code snippet is a part of Appwrite cookbook
Shortcut: appwrite.storage.getfileview
GlobalScope.launch {
val result = storage.getFileView(
bucketId = "BUCKET_ID",
fileId = "FILE_ID"
)