Skip to main content

Hello,

Since Sunday, some activities from my app are no longer syncing with Strava. I checked if my token is still active, and I tested it on Postman.

I regenerated a new token, but it doesn't work either. I don't understand why it stopped working. Could it have expired, or has the authorization for my app expired?

 

"message": "Authorization Error",
    "errors": >
        {
            "resource": "Athlete",
            "field": "access_token",
            "code": "invalid"
        }
    ]
 

Best regards,

Hello,

Forget what I wrote above. I've reset my dev token several times, tested it on Postman and ReqBin, and it works fine. I kept researching to understand why my requests weren't working, and it turns out I'm getting a 403 error from Cloudflare: "The request could not be satisfied."

 

I tested my code locally, and it works, but not from my server. So it seems that my server has been flagged as a bot or something similar.

 

Has anyone else experienced this issue? Should I ask Strava to whitelist the IP?

 

Thanks!


Reply