Hi, I am trying to upload a FIT file to Strava. I tried to manually upload it in my profile and that works, however attempting to upload it through the API does not. I get the following data when checking the status of the upload:
"data": {
"id": 16302203470,
"id_str": "16302203470",
"external_id": "test.fit",
"error": "Unrecognized file type.",
"status": "There was an error processing your activity.",
"activity_id": null
},
The file in question is added as an attachment.
Thanks for your help.
Best regards,
Nicolas Goualard