You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 19, 2023. It is now read-only.
As you can see in #661, parsing the output of gdrive upload "$FILE" is quite complicated right now, because gdrive prints to stderr (which is fine and can be kept that way, just wanted to mention it) and uses \r to overwrite every newly printed line to make it look like only one output line is just being updated instead of printing to a new line. I think a logging option for upload and download would be beneficial (maybe --raw or --log).
As you can see in #661, parsing the output of
gdrive upload "$FILE"is quite complicated right now, becausegdriveprints to stderr (which is fine and can be kept that way, just wanted to mention it) and uses\rto overwrite every newly printed line to make it look like only one output line is just being updated instead of printing to a new line. I think a logging option foruploadanddownloadwould be beneficial (maybe--rawor--log).