We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42cc089 commit cf5fbddCopy full SHA for cf5fbdd
python_appengine/search/main.py
@@ -10,8 +10,8 @@
10
loader=jinja2.FileSystemLoader(os.path.dirname(__file__)),
11
extensions=['jinja2.ext.autoescape'])
12
13
-# Set DEVELOPER_KEY to the "API key" value from the "Access" tab of the
14
-# Google APIs Console http://code.google.com/apis/console#access
+# Set DEVELOPER_KEY to the "API key" value from the Google Developers Console:
+# https://console.developers.google.com/project/_/apiui/credential
15
# Please ensure that you have enabled the YouTube Data API for your project.
16
DEVELOPER_KEY = "REPLACE_ME"
17
YOUTUBE_API_SERVICE_NAME = "youtube"
0 commit comments