Closed hishizuka closed 2 years ago
Any idea where I can get an example fit file to test with?
Thanks for your reply!
Assume you have a Garmin Connect account and have some activities.
Open one of your activity and export the original from the settings in the upper right corner. This zip file conatinis the FIT file.
Delete this activity. If same activity already exists, your code returns 409 Client Error。
Upload this FIT file with the workaround.
Hi @hishizuka Thank you, I have added it to Release 0.1.46, the call is called 'api.upload_fit_activity(activityfitfile)' you can find it in the example program as well.
Thanks so much! I'll get it into my program "pizero_bikecomputer".
@hishizuka I have just replaced it in version 0.1.48 with the more generic api.upload_activity(file) which supports multiple filetypes.
@hishizuka I have come across your project earlier, not knowing you use my code, very nice!!
Hi, your project is so nice that it can authenticates reliably. Many other projects cannot.
I need the activity upload function. After many attempts, I found the workaround code.
Can you implement above as an official function?
Thanks