drive icon indicating copy to clipboard operation
drive copied to clipboard

Fails to Upload Keynote Files

Open expede opened this issue 2 years ago • 3 comments

Summary

Problem

Screenshot 2022-12-06 at 11 05 34

Impact

No upload. Much sad.

Solution

Find a workaround to uploading .key files when they're not cryptographic keys.

Desktop (please complete the following information):

  • MacOS v13.0.1
  • Browser Firefox Dev Ed v108.0b6

expede avatar Dec 06 '22 19:12 expede

Hmm it did actually upload eventually? I don't know 🤷‍♀️ Still getting the console error though.

expede avatar Dec 06 '22 19:12 expede

Hmm it did actually upload eventually? I don't know 🤷‍♀️ Still getting the console error though.

For what it's worth, I have keynote files in my drive with no issue, and just tested uploading them again. I think the console error is from selecting a file, and not from the upload process itself, since I get similar errors when selecting .zip files: image image

Not having looked at the code, I'm guessing this is just a case of the file preview trying to render non-image files in the pane, when selected.

QuinnWilton avatar Dec 06 '22 19:12 QuinnWilton

Thanks! I think this is because it's trying to "render" these files (there's a render function for image previews and audio), which obviously shouldn't happen.

icidasset avatar Dec 07 '22 10:12 icidasset