Skip to content

Commit aef1b13

Browse files
committed
fix readme with verified instructions
1 parent e4e0968 commit aef1b13

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

events/next18/README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,20 @@ commandline tool that:
1313
## Getting started
1414

1515
* Follow the [Sheets API python quickstart](https://developers.google.com/sheets/api/quickstart/python)
16-
* Make sure to save the client-secrets.json in your working directory
17-
* In the developer project you created, also enable the Google Slides API and
18-
the Google Drive API
16+
* Make sure to save the `client-secrets.json` file in your working directory
17+
* Enable the Google Slides API, Google Drive API and Google Sheets API in your
18+
developer project
19+
* Run the tool with no arguments to complete the OAuth consent flow:
20+
21+
<pre>
22+
$ python qbr_tool.py
23+
</pre>
24+
1925
* Run the tool:
2026

2127
<pre>
22-
// Create the spreadsheet from the Google Slides template
28+
// Create the spreadsheet from the Google Slides template.
29+
// For example, 13My9SxkotWssCc2F5yaXp2fzGrzoYV6maytr3qAT9GQ
2330
$ python qbr_tool.py create_sheet --template_id &lt;your template id&gt;
2431

2532
// Add data from the stub customer service

0 commit comments

Comments
 (0)