markwk / qs_ledger

Quantified Self Personal Data Aggregator and Data Analysis
MIT License
978 stars 197 forks source link

Toggl Updates (to api.track.toggl.com) and FileNotFound Error #19

Open svemagie opened 2 years ago

svemagie commented 2 years ago

Update TogglPy.py and downloader.ipynb to https://api.track.toggl.com/api/v8/ resp https://api.track.toggl.com/api/v2/

FileNotFound Error in: get_detailed_reports(workspace_id, since, until) It doesn't make a difference if I create the corosponding empty file in advance or if there's no file. FIXED: use full path instead of ~/

svemagie commented 2 years ago

Fixed FileNotFound: use full path instead of ~/