You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 3, 2026. It is now read-only.
We use file.save and file.download in order to upload and to download files.
We have the following issue with .zip files:
file.save content of .zip file --> succeded.
file.download the same .zip file --> succeded.
However, there’s a binary difference between the uploaded and downloaded zip file and the downloaded zip does not open.
When trying to unzip it we get "Unexpected end of file error".
It happens with very simple zip file that contains just very small text file.