mpclarkson / StravaSwift

A Swift wrapper for the Strava API v3
MIT License
102 stars 45 forks source link

Fix for upload function #26

Closed DominicHolmes closed 4 years ago

DominicHolmes commented 4 years ago

Hi, For current Strava API, /upload API needs file data to be named "file" in multipart Data. So here is my fix that makes my project working now. Cheers Sebastien

This fix is not mine, it was implemented by wizapp in #13 . Version 1.0.1 doesn't work, but implementing this change lets me successfully upload .gtx files.

lludo commented 4 years ago

Thank you! 🙏

DominicHolmes commented 4 years ago

Thank you!! :D