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
The Readme didn't specify that the API key needed to be able to create it's own API keys, resulting in an error when running the project following a "default" flow.
Copy file name to clipboardExpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,8 @@ The server code creates a new web socket called `globalSocket` that communicates
24
24
25
25
Create a `.env` file with your own Deepgram API Key.
26
26
27
+
> :warning: Make sure your API key has at least "Member" level permissions, <kbd>Create a New API Key</kbd> -> <kbd>Advanced</kbd> -> <kbd>Change Role</kbd>. For more information, see this link on [Working With Roles & API Scopes](https://developers.deepgram.com/docs/working-with-roles).
28
+
27
29
Run the following commands to install the dependencies and run the application
0 commit comments