I've updated the stock strava.json with my info from https://www.strava.com/settings/api, akin to
{
"client_id": "12345",
"client_secret": "somerandomcharacters",
"refresh_token": "morerandomcharacters",
}
Then I run create_poster --from-strava strava.json --year 2023, but the process fails with an error in stravalib.
The error is stravalib.exc.AccessUnauthorized: Unauthorized: Authorization Error: [{'resource': 'AccessToken', 'field': 'activity:read_permission', 'code': 'missing'}].
On the Strava API page I also see an 'Access Token' for my account, do I have to enter that somewhere, too?
I've updated the stock
strava.jsonwith my info from https://www.strava.com/settings/api, akin toThen I run
create_poster --from-strava strava.json --year 2023, but the process fails with an error in stravalib.The error is
stravalib.exc.AccessUnauthorized: Unauthorized: Authorization Error: [{'resource': 'AccessToken', 'field': 'activity:read_permission', 'code': 'missing'}].On the Strava API page I also see an 'Access Token' for my account, do I have to enter that somewhere, too?