
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
- Is it possible to cancel an ongoing file...
When uploading a file to storage, is there a way to cancel the upload in progress so the file is not saved or partially stored?
- File level security overrides File Token...
are file tokens not supposed to work with file level security? so if i make it such that only the user who uploads the file has read access and i then create a ...
- Flutter OAuth2 Google does not return to...
When the flow starts, the browser opens, I select an account, and it keeps showing: """ Page not found The page you're looking for doesn't exist. `general_rout...
