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 was archived by the owner on Sep 3, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+4
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,10 @@ Use `drive help` for further reference.
17
17
$ drive diff [path] # outputs a diff of local and remote
18
18
$ drive publish [path] # publishes a file, outputs URL
19
19
20
+
## Configuration
21
+
22
+
If you would like to use your own client ID/client secret pair with `drive`, set the `GOOGLE_API_CLIENT_ID` and `GOOGLE_API_CLIENT_SECRET` variables in your environment
23
+
20
24
## Why another Google Drive client?
21
25
Background sync is not just hard, it's stupid. My technical and philosophical rants about why it is not worth to implement:
0 commit comments