Akshay
Akshay
@labbots i was excepting a reply whether i should keep both or not
First thing first, which package managers will even allow this script ? Package managers don't usually add unless and until the project is quite famous and relevant, but not necessarily....
Now, to achieve this, have to seperate self update code from main script, and also the uninstall script. Next thing would be to create a man page file, containing all...
@renatowow14 I have created a pull request for service accounts: https://github.com/labbots/google-drive-upload/pull/123 Install ( reinstall ) test_gupload ``` curl --compressed -Ls https://github.com/Akianonymus/google-drive-upload/raw/wip/install.sh | sh -s -- --uninstall -c test_gupload curl --compressed...
So, i did some work on this today. Almost everything is working now. About the files not appearing, well it's uploaded in the bot account so not accessible. For that,...
@labbots So we are going to check if the api is working ?? I don't understand how is that fair for a test, it's more of a google drive api...
@labbots Ok, understood some of it. Question, how do we exactly mock it ? do we parse the errors messages, i mean without credentials, it won't tell anything except basic...
I propose to use something like this https://github.com/dylanaraps/pure-bash-bible/blob/master/test.sh
@hrvstr Well, obviously that will work, and use semi colons will also work, but the issue title says 'multiline'
It's showing single file status because it's downloading a single file, not individual files. Folders aren't directly downloaded from google servers, first script send a request, then the server makes...