Anyone else having this issue?
Super simple:
curl -k -X GET "https://www.strava.com/api/v3/activities/<ID>" \
-H "Authorization: Bearer ***"
returns:
{"message":"Resource Not Found","errors":"{"resource":"Activity","field":"","code":"not found"}]}
The privacy controls are set to ‘Everyone’. I can’t return data for any activity.
Clearly the token is fine, else its unauthorised.
Thanks