
Found this bug when trying to unzip 26 000 images from gdrive. The solution I found was to unzip with a command line in the Colab terminal and it did the trick.
!unzip gdrive/MyDrive/image_dataset.zip > /dev/null
Maybe updating to PyDrive2 might solve the issue, but i am not shure !