Skip to content

Releases: eduardogr/google-drive-python

Release 0.5.1

05 Dec 21:07
Compare
Choose a tag to compare
  • Formatting code
  • New style guide
  • Adding missing requirements
  • Adapting release script to upload pip package using a pip token

Thanks @ifrit98 for your contributions!

v0.5.0

22 Jan 17:13
Compare
Choose a tag to compare

Same as v0.4.0

This version was created to be able to upload again the version to Pypi because I had to remove 0.4.0 from pypi.
Now in pypi there is just 0.5.0, no 0.4.0 in pypi.

v0.4.0

22 Jan 17:09
Compare
Choose a tag to compare

Features

  • New command google-drive get-mimetypes to show mimetypes the CLI work with.
  • New command google-drive touch to create empty files with specified mimetype.

Documentation

  • Adding the corresponding CLI documentation

v0.3.4

22 Jan 15:31
96a33bb
Compare
Choose a tag to compare

Features

  • Extending google-drive ls to show directories and folders when listing contents of a directory

Documentation

  • Adding CLI documentation

Misc

  • Updating some prod packages:
    • google-api-python-client==2.6.0
    • google-auth-httplib2==0.1.0
  • Updating some dev packages:
    • pylint==2.16.0b1
    • autopep8==2.0.1
    • pytest==7.2.1
    • pytest-cov==4.0.0
    • ipython==7.23.1
    • codecov==2.1.12

v0.3.3

29 Mar 15:30
Compare
Choose a tag to compare

You can skip this update.

Same as v0.3.2 but fixing read of README for Pypi description.

v0.3.2

20 Jan 19:50
Compare
Choose a tag to compare
  • Fixing google api error parsing
  • Adding error handling for the CLI

v0.3.1

17 Jan 17:57
Compare
Choose a tag to compare

Using FIELDS_FILE_METADATA (which adds exportLinks to the object retrieved) to:

  • api.GoogleDrive.googledrive_ls
  • api.GoogleDrive.googledrive_get_file

v0.3.0

17 Jan 17:54
Compare
Choose a tag to compare
  • Adding cache for api.GoogleDrive.googledrive_ls
  • Adding cache for api.GoogleDrive.googledrive_get_file

v0.2.0

11 Dec 17:13
Compare
Choose a tag to compare
  • Now credentials is the last arugment expected
    • e.g.: google-drive ls
  • Now credentials could be a envvar
    • export CREDENTIALS=credentials.json && google-drive ls
  • New command get. This will retrieve us file's metadata.
    • e.g.: google-drive get
  • Extending models.GoogleFile.
    • Adding: mimeType and exportLinks fields.
    • Adding export types constants to get export type from a GoogleFile

v0.1.3

09 Dec 20:24
Compare
Choose a tag to compare
  • Fixing cli usage
  • Adding click library for cli interaction