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?
Recommended threads
- Auth broken after update from 1.8.0 to 1...
So ive been having issues creating, deleting or updating users on my appwrite instance after i updated from 1.8.0 to version 1.9.0. When trying to create a user...
- Magic Link woes/noob
Magic Link is working; it sends the link to my email. But the link itself always leads to "Page Not Found. The page you're looking for doesn't exist". Clicking ...
- is `account.get()` safe to be used in th...
I want to user's `id` for authentication. However, a while ago I was told in this server not to use `account.get()` and instead add user preferences for that us...