I'm developing an Android app using Kotlin and Appwrite.
I want to get the URL of the file so that I can download it. Is there any method to achieve that?
The code below return a ByteArray. I want to get the URL of the file.
bucketId = "660fd3e8a1341d1deb24",
fileId = "669a37030001cf108f01"
)```
What can be solution to this apart from manually building the link?