braiden / python-ant-downloader

Python Ant Downloader - tools for download from garmin wireless (ANT) devices
BSD 2-Clause "Simplified" License
141 stars 45 forks source link

Unable to upload to Strava #68

Open kootox opened 9 years ago

kootox commented 9 years ago

Strava deactivated the ability to upload activities via email.

Received an email saying :

Dear Strava User,

Strava has retired the ability to upload activities via email, effective August 26th, 2015.

You can upload individual files and files in bulk using our website: https://www.strava.com/upload/select. You can read more about bulk upload here: https://strava.zendesk.com/entries/22625035-Bulk-Uploading-Activities-to-Strava.

If you’re an application developer, here’s more information on our upload API: http://strava.github.io/api/v3/uploads/

If you have any questions, please visit our support site: https://strava.zendesk.com.

Thanks,

The Support Team

willberriss commented 8 years ago

That's a shame. Is there another way to upload to Strava that can be coded into the ant-downloader? Is anyone working on this?

dlotton commented 8 years ago

You may consider Tapiriik (https://tapiriik.com/). Tapiriik can sync files between various GPS sports data sites as well as Dropbox folder.

You could download files into a Dropbox folder and Tapiriik could sync them to Strava (or other site). Not exactly elegant, but a solution.

kootox commented 8 years ago

I tried to work on using Strava API, but with no luck (it is aimed to work with another web server that we don't have in python-ant-downloader). I'm not a python developer and got stuck in the process so dropped it. I am now using http://www.copymysports.com/ that copies data uploaded to garmin into strava. I would prefer doing this using ant-downloader, but anyway it is working like that.

Hope that helps

fulmar2 commented 6 years ago

Hi guys - I know the conversation is a little old, but for anyone else who comes to this page, I've been running a PHP website since Sept. 2015 that allows you to continue uploading via email:

https://gotoes.org/strava/Strava_Email_Uploader.php

Hope that helps.