save token in gdrive local config path (#170)

This commit is contained in:
Andrea Spacca
2018-10-26 23:28:47 +02:00
committed by GitHub
parent 60c1c1a116
commit 84ee48d8b1
2 changed files with 7 additions and 5 deletions

View File

@ -141,7 +141,7 @@ If you want to use TLS using your own certificates, set tls-listener to :443, fo
Make sure your GOPATH is set correctly.
```bash
go run main.go -provider=local --listener :8080 --temp-path=/tmp/ --basedir=/tmp/
go run main.go --provider=local --listener :8080 --temp-path=/tmp/ --basedir=/tmp/
```
## Build