File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed
Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff 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 < ; your template id> ;
2431
2532 // Add data from the stub customer service
You can’t perform that action at this time.
0 commit comments