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 has been archived by the owner on Apr 19, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.The text was updated successfully, but these errors were encountered: