Closed briatte closed 1 year ago
Hi @briatte, you don't need to include the id
argument in the get_activity_list()
function. That argument is used for retrieving activities for a specific activity or club (if club = TRUE
), not your Strava ID. It should work if you omit the argument.
Hi @fawda123 -- sorry for the late reply, but thanks, that worked!
I'm trying to access my own data. I successfully create a token with
However:
… returns
What am I doing wrong?
I checked everything at https://www.strava.com/settings/api -- client ID is correct, access token is fresh, secret is correct too.