-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem Youtube API #2
Comments
Can you give me the config file, it seems to be missing from the github folder? Thank you very much |
How's the config file ? |
What do you need ? |
In your main.py file at line 65,
|
if name == 'main': |
line 64 to 67 |
Replace |
I put them and its me but name error is not defined |
must go to the google cloud and have the youtube key is that? |
You replaced |
yes |
he tells me that the key is not defined |
Yes I believe you get the YouTube API keys from Google. This site should help https://developers.google.com/youtube/v3/getting-started |
I don't know why my key is not defined |
Do you have a solution? Do you have the same problem? |
Is isn't there supposed to be a config file inside of the folder? in github you can only download 4 files , souldn't it have a config file also? It gives me this error : Thank you |
In my file there is that his |
can you give me a youtube api key, i don't have it but i really want to try your sripts. |
I don't know where to put the youtube api key
Traceback (most recent call last):
File ".\main.py", line 65, in
api = Api(api_key=youtube_api_key)
NameError: name 'youtube_api_key' is not defined
The text was updated successfully, but these errors were encountered: