I’m getting a 500 error when uploading a file where the filename contains characters outside of the ASCII range 32-127
The API call works fine for most filenames, but occasionally I get a filename with an accented character, and they fail to upload.
I could write a filter to remove the accented characters, but was hoping instead there was a solution within Monday so filenames remain accurate.
I can manually upload files with accented characters, so the limitation must be the API
I’m using api.monday.com/v2/file with a POST, setting the Authorization header to my token, and setting “content-type” to “multipart/form-data”
Thanks in advance!
- Steve
