One of your files was not accepted by the system. Please contact Support for assistance.

I've compiled the `com.garmin.fit.examples.EncodeWorkout` package:

$ javac com/garmin/fit/*.java com/garmin/fit/examples/EncodeWorkout.java
$ java com.garmin.fit.examples.EncodeWorkout
Encoded FIT Workout File Tempo_Bike.fit
Encoded FIT Workout File Running_800m_Repeats.fit
Encoded FIT Workout File Custom_Target_Values.fit
Encoded FIT Workout File Pool_Swim.fit

However, when I go to import these .fit files in https://connect.garmin.com/modern/import-data I get the above mentioned error for all these .fit files:

"One of your files was not accepted by the system. Please contact Support for assistance."

Any thoughts on a solution? Thanks!

$ java -version
java version "20.0.2" 2023-07-18
Java(TM) SE Runtime Environment (build 20.0.2+9-78)
Java HotSpot(TM) 64-Bit Server VM (build 20.0.2+9-78, mixed mode, sharing)