You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use this library in order to upload a trace file to the following API method: /api/0.6/gpx/create
As far as I can tell from the code and some test I ran this is not possible?
I might have missed something, but the documentation does not indicate how to do it.
Looking at the code I see the content attribute in the options which uses key value pair with form data.
As far as I can tell in order to upload a file this library needs to support multi-part content, right?
The text was updated successfully, but these errors were encountered:
I'm trying to use this library in order to upload a trace file to the following API method:
/api/0.6/gpx/create
As far as I can tell from the code and some test I ran this is not possible?
I might have missed something, but the documentation does not indicate how to do it.
Looking at the code I see the
content
attribute in the options which uses key value pair with form data.As far as I can tell in order to upload a file this library needs to support multi-part content, right?
The text was updated successfully, but these errors were encountered: