We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c3c4e7 commit 07253dbCopy full SHA for 07253db
1 file changed
python_appengine/topics/main.py
@@ -21,8 +21,8 @@
21
Make sure that you have enabled the YouTube Data API (v3) and the Freebase
22
API for your project."""
23
24
-# Set API_KEY to the "API key" value from the "Access" tab of the
25
-# Google APIs Console http://code.google.com/apis/console#access
+# Set API_KEY to the "API key" value from the Google Developers Console:
+# https://console.developers.google.com/project/_/apiui/credential
26
# Please ensure that you have enabled the YouTube Data API and Freebase API
27
# for your project.
28
API_KEY = "REPLACE_ME"
0 commit comments