-
Notifications
You must be signed in to change notification settings - Fork 146
gupload: line 724: 1: Give account name #176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
I will looks into it, probably some typo. |
Akianonymus
added a commit
to Akianonymus/google-drive-upload
that referenced
this issue
May 15, 2022
Merged
Akianonymus
added a commit
to Akianonymus/google-drive-upload
that referenced
this issue
May 16, 2022
use a improved argument parser add a -- flag, to treat all input as file or folder or drive id input stop using set -e anywhere add a improved config parser fix all edgecases in authentication commonize more code as possible move update code to update.sh do not edit zshrc or bashrc with the install script, instead show a help text on what to add to the zshrc or bashrc move all files to src folder and release scripts in release folder fix all shellcheck warnings resolve labbots#174 labbots#176
Akianonymus
added a commit
to Akianonymus/google-drive-upload
that referenced
this issue
May 16, 2022
Akianonymus
added a commit
to Akianonymus/google-drive-upload
that referenced
this issue
May 16, 2022
use a improved argument parser add a -- flag, to treat all input as file or folder or drive id input stop using set -e anywhere add a improved config parser fix all edgecases in authentication commonize more code as possible move update code to update.sh do not edit zshrc or bashrc with the install script, instead show a help text on what to add to the zshrc or bashrc move all files to src folder and release scripts in release folder fix all shellcheck warnings resolve labbots#174 labbots#176
Akianonymus
added a commit
to Akianonymus/google-drive-upload
that referenced
this issue
May 16, 2022
Merged
Akianonymus
added a commit
that referenced
this issue
Jul 14, 2022
use a improved argument parser add a -- flag, to treat all input as file or folder or drive id input stop using set -e anywhere add a improved config parser fix all edgecases in authentication commonize more code as possible move update code to update.sh do not edit zshrc or bashrc with the install script, instead show a help text on what to add to the zshrc or bashrc move all files to src folder and release scripts in release folder fix all shellcheck warnings resolve #174 #176
Akianonymus
added a commit
that referenced
this issue
Jul 14, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is likely a usability (user error) bug, rather than a true bug given no issues submitted. However, no matter what I type for the account name
Test, default, [client-id]
the result is an exit before anything is setup with the error above. No, I lie, if I do client_id I do get an invalid complaint.zsh using iterm, macos: darwin20.0
update: I got around the setup issue by using the -ca flag and things proceeded as I expected. Thanks for the script, but I had little clue why one route worked and the default route failed.
The text was updated successfully, but these errors were encountered: