soorajOriginal post
Android Developer
I am using Appwrite in my Android App to learn Jetpack Compose. I have integrated Authenitcation, Database, Storage. In authentication I am not receiving SMS in my mobile. Is it disabled for free plan?
I am able to upload only image (jpg), when I upload video, I get error Requested File Not Found (seems above 5MB I get error). Also the progress callback not working. The methods getFileDoownload, getFilePreview, getFileView seems to return a byte array, how I can get full URL of file to download or view?
Summary
Using Appwrite in Android App for Jetpack Compose. Facing SMS issue in authentication, likely disabled in free plan. Video uploads error above 5MB, progress callback not working. For file URLs, use getFileDownload, getFilePreview, getFileView methods to get byte array instead.