Skip to content

Commit

Permalink
update the google sheet api intergration (#134)
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Schaich <[email protected]>
  • Loading branch information
MainHanzo and kevinschaich authored Jan 20, 2022
1 parent 4f208ca commit ddc6fb3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/integrations/google/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ export default async () => {
'\nThis script will walk you through setting up the Google Sheets integration. Follow these steps:'
)
console.log('\n\t1. Create a new Google Sheet (https://sheets.new)')
console.log('\t2. Visit https://developers.google.com/sheets/api/quickstart/nodejs')
console.log("\t3. Click 'Enable the Google Sheets API, select 'Desktop App', and click 'Create'")
console.log('\t4. Answer the following questions:\n')
console.log('\t2. Follow the guide here: https://developers.google.com/workspace/guides/create-credentials#desktop-app')
console.log('\t3. Answer the following questions:\n')

const credentials = await prompts([
{
Expand Down

0 comments on commit ddc6fb3

Please sign in to comment.