Setting up a Google Spreadsheet for SheetDOWN
March 8, 2015 ยท View on GitHub
-
Follow these steps to get the email and key needed to create tokens.
-
Go to https://docs.google.com/spreadsheets, and click the + button in the lower right.

- Name your new spreadsheet, and then click Share in the upper right.

- Enter the email address of your service account as obtained from step 1, and click Done.

-
Get the ID of your spreadsheet from the URL of the page. The ID is all of the characters after
spreadsheets/d/but before/edit. -
Get the ID of the worksheet within the spreadsheet. If your spreadsheet only has the default
Sheet1worksheet, the worksheet ID isod6. Otherwise, you'll need to open the following file and see if you can find the appropriate worksheet by name:
https://spreadsheets.google.com/feeds/worksheets/<spreadsheet-id>/private/full
- Concatenate the spreadsheet ID from step 5 and the worksheet ID from step 6 with
/as a separator to get the location used for SheetDOWN.