I'm seeing an issue where I can't specify the service account path with ~
For example
gdrive --service-account ~/.config/gdrive/FILENAME.json list
gives me
Failed getting oauth client: Service account filename "/home/USERNAME/.gdrive/home/USERNAME/.config/gdrive/FILENAME.json" not found
I believe the issue is that the --config needs to be set to ~/.config/gdrive but if --config isn't supplied while --service-account is, gdrive should respect the --service-account path, or at least use $XDG_CONFIG_HOME if it's available.
I'm seeing an issue where I can't specify the service account path with
~
For example
gives me
I believe the issue is that the
--config
needs to be set to~/.config/gdrive
but if--config
isn't supplied while--service-account
is,gdrive
should respect the--service-account
path, or at least use$XDG_CONFIG_HOME
if it's available.