
I have problems uploading .wav files to my bucket although I have allowed it in the bucket settings for the extensions. It always says when uploading that this file extension is not allowed. Probably I am missing something but unfortunately there is no documentation on what extension are available.

Update: I just logged the file before uploading to the buckte and apparently the correct mimeType for .wav is "audio/vnd.wave" but when I add this to the allowed file extensions it is still not working so it has to be something else

I'm able to upload .wav files without any problem, so it might be worth checking the bucket settings or MIME type configuration.


hmm what are you passing in the type field of the file when calling storage.createFile() ?

Recommended threads
- Storage files, invalid Argument Server E...
The files were created using the Node-Appwrite SDK, with access permissions granted to the creator and the admin. They were created over the span of two years u...
- Unable to View / Edit Bucket Files
Hi! I am unable to view / edit Bucket Files. While Previews work just fine, clicking the actual file to view or edit it produces the errors seen in the attache...
- [SOLVED] how does uploading work with no...
It's been a while since i used my appwrite instance. I spun up a server 1.7.4 and downloaded the newest cli. Created a fucntion and the node-appwrite packed doe...
