You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ This code sample will update your catalogs and skill with the use of ASK NodeJS
17
17
18
18
## Instructions
19
19
1.[Obtain LWA client ID and client secret](https://developer.amazon.com/en-US/docs/alexa/smapi/get-access-token-smapi.html#configure-lwa-security-profile).
20
-
2.[Generate refresh token using ask cli](https://developer.amazon.com/en-US/docs/alexa/smapi/ask-cli-command-reference.html#generate-lwa-tokens).
20
+
2.[Generate refresh token using ask cli](https://developer.amazon.com/en-US/docs/alexa/smapi/ask-cli-command-reference.html#generate-lwa-tokens). (You can specify `alexa::ask:skills:readwrite` with --scopes or not use --scopes.)
21
21
3. Input obtained ids and token to `index.js`.
22
22
4. Replace sample catalogId and URL with your values. You can update more than one catalog.
0 commit comments