Skip to content

Commit ddc6fb3

Browse files
update the google sheet api intergration (#134)
Co-authored-by: Kevin Schaich <[email protected]>
1 parent 4f208ca commit ddc6fb3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/integrations/google/setup.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ export default async () => {
1313
'\nThis script will walk you through setting up the Google Sheets integration. Follow these steps:'
1414
)
1515
console.log('\n\t1. Create a new Google Sheet (https://sheets.new)')
16-
console.log('\t2. Visit https://developers.google.com/sheets/api/quickstart/nodejs')
17-
console.log("\t3. Click 'Enable the Google Sheets API, select 'Desktop App', and click 'Create'")
18-
console.log('\t4. Answer the following questions:\n')
16+
console.log('\t2. Follow the guide here: https://developers.google.com/workspace/guides/create-credentials#desktop-app')
17+
console.log('\t3. Answer the following questions:\n')
1918

2019
const credentials = await prompts([
2120
{

0 commit comments

Comments
 (0)