We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f208ca commit ddc6fb3Copy full SHA for ddc6fb3
src/integrations/google/setup.ts
@@ -13,9 +13,8 @@ export default async () => {
13
'\nThis script will walk you through setting up the Google Sheets integration. Follow these steps:'
14
)
15
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')
+ 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')
19
20
const credentials = await prompts([
21
{
0 commit comments