garmin-connect icon indicating copy to clipboard operation
garmin-connect copied to clipboard

Custom request required payment ?

Open annedenicourt opened this issue 2 years ago • 1 comments

I update the package to new version 1.6.1 to use custom request with the get method but I have this error message in my console "Error: ERROR: (402), Payment Required" We have to pay something to use the custom request ? Thanks

annedenicourt avatar Nov 06 '23 08:11 annedenicourt

@annedenicourt The reason is: custom get urls changed. Here's an example:

Before I used: https://connect.garmin.com/modern/proxy/activity-service/activity/${act.activityId}/splits Now I use: https://connectapi.garmin.com/activity-service/activity/${activityId}/splits

hope this helps

dachia avatar Nov 21 '23 19:11 dachia