cancel
Showing results for 
Search instead for 
Did you mean: 

Authorization Errors

jtkerrigan
Mt. Kenya

I have written working code to access Athlete information. However when I change the code to try access activities, I get an authorization despite the only thing in my code changing is:

get("https://www.strava.com/api/v3/athletes"

to

get("https://www.strava.com/api/v3/activities"

 

1 REPLY 1

Jan_Mantau
Denali

You need an access token with the scope "activity:read" or "activity:read_all" (for including private activities).