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?
Is the file that you are trying to access public? And is this on Cloud or self-hosted?
Recommended threads
- Use Limits
I need urgent help, i use appwrite as a chat function for my website and my mobile android application, but recently, for the past 3 months, my database reaches...
- redirect uri not working for OAuth with ...
I'm following this tutorial: https://appwrite.io/blog/post/google-oauth-expo#create-an-expo-app but im using an android development build instead. When I run h...
- Subscription Problem
I'm making an app in RN with Expo and Appwrite and there's a functionality which allows the user to create a task/test (i'll be reffering to them collectively a...