Change location of client_secrets.json
This commit is contained in:
@@ -50,7 +50,7 @@ def main():
|
||||
|
||||
api_service_name = "youtube"
|
||||
api_version = "v3"
|
||||
client_secret = "/home/david/client_secrets.json"
|
||||
client_secret = "./client_secrets.json"
|
||||
|
||||
flow = InstalledAppFlow.from_client_secrets_file(
|
||||
client_secret, scopes)
|
||||
|
||||
Reference in New Issue
Block a user