forscht / ddrive

Discord as a filesystem.
https://ddrive.forscht.dev
MIT License
491 stars 98 forks source link

Fix net::ERR_RESPONSE_HEADERS_MULTIPLE_CONTENT_DISPOSITION error #103

Closed 0xDE4DB33F closed 10 months ago

0xDE4DB33F commented 10 months ago

When the filename contains a comma, the above error error occurs when trying to download a file. The solution is to enclose the filename in quotes.