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
- The current user is not authorized to pe...
I want to create a document associated with user after log in with OAuth. The user were logged in, but Appwrite said user is unauthorized. User is logged in wi...
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...
- Current User is Not authorized
recreating same Thread