While extracting zipfile in to my google drive using colaboratory, I got an error saying zipfile read error. How to fix it?
I'm trying to unzip file using the following python 3 script:
from google.colab import drive
drive.mount('/gdrive')
!unzip '/gdrive/My Drive/file.zip' -d '/gdrive/My Drive/Destination/'
After extracting 4 files from the zip I got this error
error: zipfile read error