Open sidelkins opened 8 months ago
This seems easy to add: https://developers.strava.com/docs/reference/#api-Routes-getRouteAsGPX
I don't have a Strava account myself, so may take a while until I get to do this myself...
So I bit the bullet, created an account, uploaded some GPX files, registered a "API application"; now I can fetch my own information (/api/v3/athlete
endpoint), but anything else seems to give Authorization Error
; eg.:
GET /api/v3/athlete/activities
{
"message": "Authorization Error",
"errors": [
{
"resource": "AccessToken",
"field": "activity:read_permission",
"code": "missing"
}
]
}
Basically, I need to implement the full OAuth workflow; not gonna be ready tomorrow :)
strava has new T&C on their api, preventing any app doing analysis on data pulled from their api. see https://communityhub.strava.com/developers-api-7/api-agreement-update-how-data-appears-on-3rd-party-apps-7636
Would be awesome to be able to connect to the Strava API to sync my workouts from there. Other workout apps would be awesome too. Loving the project so far!