Discussions

Ask a Question
Back to All

Upload Image: File name restrictions

We want to let users upload their own images via selection and drag and drop, so we don't have control about the file names they have chosen on their disk. We noticed that the API is pretty picky about these filenames. For instance, if I try to upload a file named "1 - Meow.png", I am getting an invalid file name error.

Why?

I would expect that the API rewrites the file names to GUIDs anyways, to avoid any collisions.