I am trying to unzip a Facebook download-your-info zip file, but here's what I got:

Is there a way I can force-unzip it?
I tried sudo unzip file.zip -d destination_folder in terminal (I use Linux), and it unzipped the file, but what came out, all the files have size 0 bytes:

I do have permission to the directory and the file.

(I'm really sorry if my question is asked badly. Let me know down in the comments :) )