https://gpslogger-android.herokuapp.com/auth/dropbox
this will show a list of .gpx files for the client to then call with the file path
encodeURIComponent('/Apps/GPSLogger for Android/20160730.gpx')
discovery expects the files to be in /Apps/GPSLogger for Android
https://gpslogger-android.herokuapp.com/logs/%2FApps%2FGPSLogger%20for%20Android%2F20160730.gpx
this then shows a list of points in a json response.
Enjoy!
This is an node express app source code
https://gpslogger-android.herokuapp.com/auth/dropbox
this will show a list of .gpx files for the client to then call with the file path
discovery expects the files to be in
/Apps/GPSLogger for Androidhttps://gpslogger-android.herokuapp.com/logs/%2FApps%2FGPSLogger%20for%20Android%2F20160730.gpx
this then shows a list of points in a json response.
Enjoy!
This is an node express app source code