Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
auth/file_source: don't try to read non-existent files
Commit b33b3e9 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 prasmussen#257.
- Loading branch information