Lesson 6: API Key issues #257
-
I generated my API key but my terminal says I have an invalid API key: Windows 10 machine |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Looking forward to @PatrickAlphaC's help, as always!! |
Beta Was this translation helpful? Give feedback.
-
Hey @ArcusConsulting I've reviewed your code and I didn't find anything wrong, however I have some suggestions for you.
Final hint: Did you ever tried using WSL (windows subsystem for linux)? this would make your life easier, as if you want no add a new env variable to your path you just have to use |
Beta Was this translation helpful? Give feedback.
Hey @ArcusConsulting I've reviewed your code and I didn't find anything wrong, however I have some suggestions for you.
.env
and you have to add those environment variables manually, so:This should load all the
.env
file again.Final hint: Did you ever tried using WSL (windows subsystem for linux)? this would make your life easier, as if you want no add a new env variable…