osm-auth icon indicating copy to clipboard operation
osm-auth copied to clipboard

Uploading a trace

Open HarelM opened this issue 8 years ago • 1 comments

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?

HarelM avatar Jan 14 '17 13:01 HarelM

As far as I can tell in order to upload a file this library needs to support multi-part content, right?

Yes, I think you are right..

bhousel avatar Jan 14 '17 13:01 bhousel