Skip to content

Commit

Permalink
Clarification about FIT file upload. Closes #27
Browse files Browse the repository at this point in the history
  • Loading branch information
matin committed Oct 18, 2023
1 parent 557812b commit fef269e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,10 @@ with open("12129115726_ACTIVITY.fit", "rb") as f:
uploaded = garth.client.upload(f)
```

Note: Garmin doesn't accept uploads of _structured_ FIT files as outlined in
[this conversation](https://github.com/matin/garth/issues/27). FIT files
generated from workouts are accepted without issues.

```python
{
'detailedImportResult': {
Expand Down

0 comments on commit fef269e

Please sign in to comment.