Skip to content

Releases: labbots/google-drive-upload

Fix oauth

08 Aug 10:16
Compare
Choose a tag to compare
auth-utils: Use handle_request in creating the server

it just handles one request and the server is terminated automatically

Hotfixes

18 Jul 10:15
Compare
Choose a tag to compare
v4.4

actions: Fix shellcheck in ubuntu

Full Rewrite | Fix #183 #179 #178 #176 #174 #155

14 Jul 12:45
Compare
Choose a tag to compare

[BUGFIX] auth-utils: Use loopback method to fetch authorizaton code | Fix #183

flags: -h: Support showing help for multiple specified flags at once

flags: Add more documentation

[FEATURE] Support for sub-folders with --create-dir flag. | Resolve #155

install.sh: Do not fail if username is in small case

[SKIP-CI] Fix some shellcheck warinings

Use grep for -ex and -in flag | Resolve #176

Full rewrite

Resolve #161 and #162 | Misc

15 Jun 02:11
Compare
Choose a tag to compare

common-utils.sh: Fix _json_escape function for OSX sed

Add new flag --check-mode/-cm

Additional flag for --overwrite and --skip-duplicates flag. Can be used to change check mode in those flags, available args are 'size' and 'md5'.

There should be three modes:

name
name and size
name and md5sum
Default mode for skipping duplicates: name and size

Default mode for overwrite: name

Apply some fixes to install.sh

Resolve #156 and #160

16 May 19:06
Compare
Choose a tag to compare

[BUGFIX]: Handle special chars in filenames | Resolve #156

try to follow https://tools.ietf.org/html/rfc7159#section-7

use _json_escape function to handle it

also use parsed var to properly handle pretty printing

[BUGFIX] Resolve #160 | Missed in 040981c

Resolve #145, #149, #150, #151, #139 | Misc

10 May 10:34
Compare
Choose a tag to compare

[FEATURE] drive-utils|upload: Flag to add description to drive metadata | Resolve #145

upload.[sh|bash]: Show drive link in quiet mode too | Resolve #151

[BUGFIX] Fix --share flag when used with emails | Resolve #149

gsync: Changes for multi account support

drive-utils.sh: Fix parameter names for resuming

[BUGFIX] gsync: Refactor systemd service and script creation | Resolve #150

[BUGFIX] install.sh: Fix gsync not updating to latest when using branch

[FEATURE] Add -SM/-sm/--share-mode flag | Resolve #139

Minor fix config cleanup

09 Jan 03:20
Compare
Choose a tag to compare
gupload: _cleanup_config: Don't try to parse empty lines

will lead to _cleanup of whole config if access token expiry is missing

Fix #121 | Fix parallel upload logging in case of failure | Fix permission fixup | Misc

11 Nov 17:29
Compare
Choose a tag to compare

Fully standalone scripts | Misc

07 Nov 17:04
Compare
Choose a tag to compare
v3.4.6

gupload: Always exit after --update or --uninstall flag is used

Fix #123 | Ignore CTRL + Z | Misc

07 Nov 14:16
Compare
Choose a tag to compare

gsync: Fix gsync not working with gdrive folder name with space | Fix #126

tree-wide: Ignore CTRL + Z ( SIGTSTP )

tree-wide: Use \e instead of \033

gupload: Fix cursor visibility after script is executed | Fix addtional message in case of INT TERM