Skip to content

Releases: iterative/PyDrive2

1.6.1

15 Sep 07:52
18ec4cf
Compare
Choose a tag to compare
  • bump google-api-python-client version to the latest (#56) @skshetry

1.6.0

01 Aug 20:06
57e9d43
Compare
Choose a tag to compare
  • Added a custom chunksize to the GetContentFile method. (#50) @TA40
  • add len(MediaIoReadable) (#40) @casperdcl

1.4.14

30 May 22:09
d1ef328
Compare
Choose a tag to compare

1.4.13

07 May 01:36
28e123c
Compare
Choose a tag to compare

This release changes the way we throw exceptions in the GetContentFile. It doesn't throw FileNotUploadedError and FileNotDownloadableError errors anymore. Instead ApiRequestError is always raised and GetField("reason"):

if (
    exc.error["code"] != 403
    or exc.GetField("reason") != "fileNotDownloadable"
)

1.4.12

06 May 16:20
d9eca5b
Compare
Choose a tag to compare

1.4.11

05 May 20:31
6b8da43
Compare
Choose a tag to compare
  • file.GetContentFile: stream to disk, add callback (#30) @casperdcl

1.4.10

11 Apr 21:33
d2065b4
Compare
Choose a tag to compare

1.4.9

04 Apr 22:31
6f9e953
Compare
Choose a tag to compare
  • Fixes 308 HTTP code handling in resumable uploads (#24) by @shcheklein

1.4.8

24 Mar 17:46
d4847bb
Compare
Choose a tag to compare

Extend ApiRequestError with HttpError details (#18) @Maxris

1.4.7

12 Mar 22:34
61b2e66
Compare
Choose a tag to compare