Oscar Lotero

Results 1 issues of Oscar Lotero

There is a mistake in the drive_list.py: The JSON file name is incorrect. ``` if not creds or creds.invalid: flow = client.flow_from_clientsecrets(**'client_id.json'**, SCOPES) creds = tools.run_flow(flow, store) ``` Whit the...