@@ -53,7 +53,7 @@ nylas auth config
5353
54542 . ** Verify credentials are correct:**
5555``` bash
56- # Check your API key on https://dashboardv3 .nylas.com
56+ # Check your API key on https://dashboard-v3 .nylas.com
5757# Copy the correct API key
5858# Copy the correct Grant ID
5959
@@ -85,7 +85,7 @@ cat ~/.config/nylas/config.yaml
8585** Solutions:**
8686
87871 . ** Get your Grant ID from Nylas Dashboard:**
88- - Login to https://dashboardv3 .nylas.com
88+ - Login to https://dashboard-v3 .nylas.com
8989 - Go to "Grants" section
9090 - Copy your Grant ID (format: ` grant_xxxx ` )
9191
@@ -214,7 +214,7 @@ chmod 600 ~/.config/nylas/config.yaml
214214
215215``` bash
216216# Step 1: Get your Nylas credentials
217- # Go to: https://dashboardv3 .nylas.com
217+ # Go to: https://dashboard-v3 .nylas.com
218218# Create an app or use existing app
219219# Get: API Key, Grant ID
220220
@@ -341,7 +341,7 @@ nylas email list grant_account2
341341### Invalid API key errors:
342342
3433431 . ** Verify API key is correct:**
344- - Login to https://dashboardv3 .nylas.com
344+ - Login to https://dashboard-v3 .nylas.com
345345 - Go to Apps → Your App → API Keys
346346 - Copy the ** correct** API key
347347 - Format should be: ` nyk_xxx... `
0 commit comments