error youtube = get_authenticated_service(args) NameError: name 'args' is not defined
loigaak opened this issue · 3 comments
loigaak commented
error youtube = get_authenticated_service(args) NameError: name 'args' is not defined
Nihaldeshwali commented
error youtube = get_authenticated_service(args) NameError: name 'args' is not defined
domainController commented
newtondotcom commented
Hey, one line is missing line 118
:
args = argparser.parse_args()
Btw, if you get an error of a file not created , create it manually :
line 56
storage = Storage("%s-oauth2.json" % sys.argv[0])
will need to write in a file named """ {{file-name}}.json """
where file-name
is your file name