kjkjava / garmin-connect-export

Download a copy of your Garmin Connect data, including stats and GPX tracks.
MIT License
316 stars 134 forks source link

authentication and activity file download fix #22

Open fjgal opened 8 years ago

fjgal commented 8 years ago

Solves the issues reported in #18 (gpx and tcx download) and #21 (authentication broken). Tested with GPX, TCX and Original

I'm aware that the issues has been solved on another fork but it contains major refactoring and a pull request has not been issued. This pull request contains only minimal changes to fix the issues. Hopefully it will be accepted and merged to upstream so everyone can continue to benefit from this great tool.

Thanks @tymmej for providing the new URL for file download service. Thanks @frechina for finding the trick to pass the authentication issue.