aboutsummaryrefslogtreecommitdiffstats
path: root/auth/file_source.go
AgeCommit message (Collapse)Author
2017-02-15auth/file_source: don't try to read non-existent filesOskari Saarenmaa
Commit b33b3e96e introduced a bug where we try to read a token file even if it doesn't exist, causing unauthenticated run (e.g. `gdrive about`) to fail with the error Failed getting oauth client: Failed to read token: unexpected end of JSON input Closes #257.
2017-01-26New feature, support authentication via service account.Fabio Di Fabio
2016-02-21go fmtPetter Rasmussen
2016-02-21RenamePetter Rasmussen