Skip to content

Releases: labbots/google-drive-upload

Sync script

02 Jun 10:06
dd9fb6d
Compare
Choose a tag to compare
  • New feature to sync folders with google drive
  • Removed getopts options parsing

Documentation and naming convention update

21 May 17:08
533bdcc
Compare
Choose a tag to compare
Merge pull request #58 from Akianonymus/fix

upload.sh: Fix some mistakes of labbots@5aa3fb5 | Fix labbots#57

Minor fixes

13 May 10:23
4e23d51
Compare
Choose a tag to compare
  • Fix to profile detection logic on install
  • Added uninstall option to the script
  • Update documentation

Added new features

11 May 08:50
9688072
Compare
Choose a tag to compare
  • Resume interrupted upload
  • Avoid uploading duplicate files based on file size

Improvement to folder handling

06 May 20:02
6380e3d
Compare
Choose a tag to compare
  • Major fix to recursive folder handling
  • Install script to install from latest release instead of master branch

Minor fixes

04 May 15:33
ca84da1
Compare
Choose a tag to compare
  • Fix for issue with long option handling.
  • Fix for issue with handling recursive folder upload.

Major improvements to file handling

01 May 10:24
bd63b2b
Compare
Choose a tag to compare
  • Improve argument detection.
  • Allow giving arguments(file/folder) after/before the flags.
  • Parse longoptions properly.
  • Use mktemp if available.
  • Add -f/--file/--folder flag ( see README ).
  • Add -o/--overwritr flag ( see README ).
  • Add 10 secs timeout to internet connection check.
  • Use an efficient way to get $COLUMNS size interactively.
  • Improve all of the functions.
  • Use --compressed flag for all curl requests.
  • Allow parallel uploading for subdirs.
  • Improve error handling.
  • Add check for empty folders.
  • Fix default root folder setting.
  • Fix parallel uploads for recursive subdirs.
  • Fix script for if not running in a terminal.
  • No of parallel jobs shouldn't exceed no of files.
  • Fix processArguments function in case of empty folders.
  • Fix -i/--save-info flag when using parallel uploading.
  • Add -q/--quiet flag
  • Add support for team drive.

Minor fixes

21 Apr 19:58
Compare
Choose a tag to compare
  • Fix error in root directory setting when the script is run for the first time.
  • Better display of error if Drive API is not enabled for OAuth2 credential.

Update to google drive v3 API

17 Apr 09:41
0d67bae
Compare
Choose a tag to compare
  • Use drive api v3
  • Parallel Uploading
  • Sub folder upload
  • Improve logging
  • Pass shellcheck
  • Migrate to getopts
  • Share file/folder options
  • General code formatting

General fixes

17 Apr 09:34
90bfcdc
Compare
Choose a tag to compare
Merge pull request #21 from frankent/feature/support-teamdrive

Support Team drive and Shared drive