cancel
Showing results for 
Search instead for 
Did you mean: 

Athlete Activities Auth Error

erikdmitchell
Mt. Kenya

Hello,

When I try to get a list of athlete activities, I get the following error:

 

{
    "message": "Authorization Error",
    "errors": [
        {
            "resource": "AccessToken",
            "field": "activity:read_permission",
            "code": "missing"
        }
    ]
}

 

Endpoint: https://www.strava.com/api/v3/athlete/activities?before=1689465600&after=1690070400&page=1&per_page=...

 

read,read_all,activity:read,activity:read_all

I haven't worked on my app in a few months, but am picking it back up to get things finalized and cannot figure this issue out. Everything in the docs seems the same and this setup was working before. 

Any help is apprecia

1 ACCEPTED SOLUTION

Elliott
Community Manager Community Manager
Community Manager

Hi there, 

If you are experiencing this issue for a specific athlete please feel free to reach out to the team at developers@strava.com

View solution in original post

3 REPLIES 3

Elliott
Community Manager Community Manager
Community Manager

Hi there, 

If you are experiencing this issue for a specific athlete please feel free to reach out to the team at developers@strava.com

SkippyVasquez
Moderator Moderator
Moderator

Hey @erikdmitchell, you can always review our documentation. Here is the doc on Authentication . I hope that helps.

 

Skippy
STRAVA | Developer Hub Team


scottmook
Mt. Kenya

If you haven't worked on it in a while have you tried re-authenticating it? 

Docs