File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 22ChangeLog
33*********
44
5+ 21.1.0 (2021-09-30)
6+ ===================
7+ - Fix: Stop breaking Google Doc (.gdoc, .gsheet, .gslide) downloads. Google Doc files are not
8+ downloadable in their native format. Instead they must be exported to an externally-supported
9+ format (e.g. .gdoc => .docx, .gsheet => .xlsx, .gslide => .pptx). WB had been assuming that a file
10+ with an undefined size was a google doc, but recently GDrive has started reporting that Google Docs
11+ have a size of 1kb. WB now explictly checks the mime-type of the requested file to determine
12+ whether to download or export.
13+
51421.0.1 (2021-09-14)
615===================
716- Fix: Properly decode OneDrivePaths for small files uploaded under certain provider root
Original file line number Diff line number Diff line change 1- __version__ = '21.0.1 '
1+ __version__ = '21.1.0 '
You can’t perform that action at this time.
0 commit comments