We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ca5d09 commit f1f979fCopy full SHA for f1f979f
lambda_function.py
@@ -9,7 +9,7 @@
9
import urllib
10
from time import time
11
logging.getLogger('googleapiclient.discovery_cache').setLevel(logging.ERROR)
12
-DEVELOPER_KEY=environ['YOUTUBE_DEVELOPER_KEY']
+DEVELOPER_KEY='AIzaSyADUyEBZQ_Kw7MwBKLrkFT-Bbsj46TPRpg'
13
YOUTUBE_API_SERVICE_NAME = 'youtube'
14
YOUTUBE_API_VERSION = 'v3'
15
0 commit comments