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
Document API throws a ZIP64 extensions error when working with datasource with filesize > 2GB. This can be addressed by setting the AllowZip64=True when calling ZipFile() in the xfiles.py. I'll submit a PR for this.