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
Copy file name to clipboardExpand all lines: README.md
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,10 @@ out:
39
39
40
40
## Authentication
41
41
42
+
### Turn on API
43
+
44
+
First, create API project from [Google API Console](https://console.developers.google.com/) if haven't create it. And then turn on Google Sheets API.
45
+
42
46
### Prepare client secret JSON
43
47
44
48
[OAuth 2](https://developers.google.com/accounts/docs/OAuth2) is used to authorize this application. This library uses [Google API Ruby Client](https://github.com/google/google-api-ruby-client) for authentication and handling Google sheets.
@@ -67,9 +71,11 @@ OAuth authorization requires when you run `embulk-output-gsheets` at first time.
67
71
1. Copy and paste OAuth token to console and hit enter key
68
72
69
73
70
-
### Utilitie
74
+
### Utility
75
+
76
+
I wrote utility that provides 'Get OAuth token from browser' section feature by Golang now. It can help preparing OAuth credentials file on multi-platforms.
71
77
72
-
I'm writing utilitie that provides 'Get OAuth token from browser' section feature by Golang now. It can help preparing OAuth credentials file on multi-platforms.
0 commit comments