
I am a flutter app, when the user uploads an aac audio file, it gets stored in the bucket
The MIME type is audio/x-hx-aac-adts
When i try to open that link in the browser it starts downloading the file
If i upload an mp3 file it works fine and i can listen to it on the browser but aac files no
Another problem is that even those mp3 files, when i try to play them in the app, i cant access their duration for some reason
Recommended threads
- Issue in saving special character ' ╟ '...
I've created a chat application using Appwrite. However, when users try to save code that contains the character '╟', an internal server error occurs. Interesti...
- Auth issue: 401 general_unauthorized_sco...
Hello, I face a big problem with Appwrite Auth that I never face before. It's very simple, the most basic auth process just don't work ```dart final client = ...
- Need help on Flutter OAuth2
Am trying to use Appwrite OAuth (google, apple and facebook), am been on it for sometimes now which have tried many things but still not able to make it work: ...
