iterative / PyDrive2

Google Drive API Python wrapper library. Maintained fork of PyDrive.
https://docs.iterative.ai/PyDrive2
Other
570 stars 70 forks source link

fix/256(fsspec): size can be None for drive files #257

Closed shcheklein closed 1 year ago

shcheklein commented 1 year ago

Fixes #256

Some files (I think older Google docs, sheets, etc - prior to ~May 2022) don't have size fields. This enables compatibility with these files.