Change location of client_secrets.json

This commit is contained in:
David Doblas Jiménez 2023-12-09 19:20:54 +01:00
parent 6fbe542cb3
commit aa54fedcb3
1 changed files with 1 additions and 1 deletions

View File

@ -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)