Skip to main content

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"

 

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


Reply