Skip to content

Releases: theunissenlab/gdrive_python

v0.1.1

22 Jul 21:40
Compare
Choose a tag to compare

Bug fix for download_folder function creating duplicate nested folders

v0.1.0

22 Jun 23:57
b08e554
Compare
Choose a tag to compare

No longer require explicit naming of a root directory, paths for ls(), find() and exists() all assume the root directory if the first argument is not an instance of pyside.files.GoogleDriveFile.

Updated documentation and moved the credentials setup script to be callable with setup_gdrive_credentials once installed.

v0.0.3

25 Jan 23:00
Compare
Choose a tag to compare

Support for expanding shortcuts by finding their actual id

Change dependency from pydrive to PyDrive2

v0.0.2

05 Nov 07:20
Compare
Choose a tag to compare

Changes:

  • exceptions moved into separate file

  • command line auth now a supported option in addition to web auth

Initial version

05 Nov 06:00
faefee5
Compare
Choose a tag to compare

Initial version of gdrive-access for easy viewing/uploading/downloading files on Google Drive with Python.