Recently our users sync activity to strava, the api status code is 201, but they can’t find their activity in strava app.
Our oauth2 app client id is 15011, the response is like:
{
"activity_id": null,
"error": null,
"external_id": "e5e62cba-c9b2-4f21-912f-588e54ed97fb.fit",
"athelete_id": 134004803,
"upload_id": 17517421023,
"id_str": "17517421023",
"status": "Your activity is still being processed."
}My problem is why our user can’t see the uploaded activity.
Another problem, our App has exceeded the limit of connected athletes.
Given the gradual increase in our app's user base and their strong affinity for Strava, we require additional quotas for uploading activity data to Strava.
Could you tell us how to request a quota increase? Thank you.
