4

I've created a medium application for API access a while ago, and I've been using it to connect medium accounts to my website and let them publish stories from my website. But it stopped working recently, and I can't access my app anywhere. I should mention that my medium account isn't premium, so I've been thinking that's the problem. The thing is I can't find any info anywhere about medium preventing free users from creating apps. This is where I've managed my apps in the past: Link, but now I get 403. Does anyone have any info about this?

edit: What I forgot to say is, when I try to connect my account, I receive the access/refresh token, but then when I try the "https://api.medium.com/v1/me" endpoint I get

{
    "errors": [
        {
            "message": "Application not found",
            "code": 6005
        }
    ]
}
VLAZ
  • 26,331
  • 9
  • 49
  • 67
AlexV
  • 116
  • 8
  • I'm a free user who was using the api and it is failing me in the last days.... – fernand0 Feb 01 '19 at 10:31
  • @fernand0 What's interesting is that they haven't said anything anywhere, and they ignore me on both twitter and medium. – AlexV Feb 01 '19 at 10:45
  • I asked a question in medium support system and they restored the token, not sure what to think about this. – fernand0 Feb 02 '19 at 16:17
  • Still haven't answered me.. Can you access https://medium.com/me/applications? – AlexV Feb 04 '19 at 19:03
  • Yes, I can, and I also can see it in settings, in the integrations section. – fernand0 Feb 05 '19 at 09:33
  • Hmm, thanks, guess I'll ask them again. – AlexV Feb 05 '19 at 10:18
  • Good luck. It's a nice feature. – fernand0 Feb 07 '19 at 09:42
  • It's because of Medium need to reduce spam from API so they require the following elements to identify your user. A profile name, A bio, An avatar, Two samples of your writing published to Medium – ntsd Aug 18 '19 at 20:21
  • How did you guys get the token? I have been emailing medium to get access to the token but am yet to hear back - its been more than a week. Have chased them couple times already too. – S.Simkhada Sep 23 '19 at 09:33
  • @S.Simkhada i wrote to yourfriends@medium.com and they responded within a couple of days. – AlexV Sep 26 '19 at 13:21
  • 1
    @AlexV I finally got a reply few days ago after chasing for weeks. They said they are currently evaluating their api and are not giving out any new access tokens. Also said they have no time frame on when we can expect the tokens to be available. – S.Simkhada Sep 27 '19 at 08:46

0 Answers0