Skip to main content

Despite a lot of work on this I still cannot get GC 3.7 to access my Strava data.  I have tried the various solutions but still cannot connect to Strava data from GC.  I am on MacOS.  I am using access codes to think the easiest will be to revert to password but I thought the steps below would workaround this.

I follow the steps to get an access token back from the Strava oauth API but I get 307 error from this command.

Bash

curl -X POST strava.com/oauth/token -d client_id=xxx \ -d client_secret=xxxx \ -d code=xxxx \ -d grant_type=authorization_code

 

Returns error:

<html>

<head><title>307 Temporary Redirect</title></head>

<body>

<center><h1>307 Temporary Redirect</h1></center>

<hr><center>CloudFront</center>

</body>

</html>

curl: (3) URL rejected: Malformed input to a URL function

curl: (3) URL rejected: Bad hostname

curl: (3) URL rejected: Malformed input to a URL function

curl: (3) URL rejected: Bad hostname

curl: (3) URL rejected: Malformed input to a URL function

curl: (3) URL rejected: Bad hostname

I still get the “An unexpected error occurred. Please try again.” when I try and connect to Strava via GC.

Any help appreciated.

Be the first to reply!