This document will outline what the file statuses for files, and what you can do to fix them. .DS_Store .DS_Store means that you have included .DS_Store files/folders/directories in the zip file. To correct this, remove the .DS_Store files from the zip and re-upload, or zip with the following command: zip -r "$1" "$1" -x \*.DS_Store _MACOSX _MACOSX means that you have included _MACOSX files/folders/directories in the zip file. To correct this, remove the _MACOSX files from the zip and...