Releases: eduardogr/google-drive-python
Releases · eduardogr/google-drive-python
Release 0.5.1
05 Dec 21:07
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Features
Extending google-drive ls to show directories and folders when listing contents of a directory
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Fixing google api error parsing
Adding error handling for the CLI
v0.3.1
17 Jan 17:57
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Adding cache for api.GoogleDrive.googledrive_ls
Adding cache for api.GoogleDrive.googledrive_get_file
v0.2.0
11 Dec 17:13
Compare
Sorry, something went wrong.
No results found
Now credentials is the last expected argument
Now credentials could be a envvar
export CREDENTIALS=credentials.json google-drive ls <path> <credentials-file>
New command get. This will retrieve us file's metadata.
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
Sorry, something went wrong.
No results found
Fixing cli usage
Adding click library for cli interaction