garmin-connect-export icon indicating copy to clipboard operation
garmin-connect-export copied to clipboard

Download a copy of your Garmin Connect data, including stats and GPX tracks.

Results 2 garmin-connect-export issues
Sort by recently updated
recently updated
newest added

Garmin now has 2FA implemented. Is there a way to use the script with 2FA enabled?

no backslashes before doublequotes and digits in the displayname value ex: ,"displayName":"36e29d65-715c-456b-9115-84f0b9a0c0ba"," Worked for me with this edit in the script: (line 326) PATTERN = re.compile( r".*\"displayName\":\"([-.\w\d]+)\".*", re.MULTILINE | re.DOTALL...