toddanglin / PublishToDev

Chromium browser extension and Azure Functions for the PublishTo.Dev service
15 stars 5 forks source link

API Permission Issue? #7

Open justinyoo opened 3 years ago

justinyoo commented 3 years ago

Hi, Todd.

I'm not sure it's related to your app or dev.to itself, but I got this error for over last several weeks.

image

Although I've got the right API key, I've got the error like above. Would you please have a look?

toddanglin commented 3 years ago

Hey Justin. Sorry for the trouble and slow follow up. I will indeed need to make some time to investigate. In the meantime, I know you've implemented a similar service in .NET. Wonder if it makes sense to try to connect the browser plugin frontend to your new (and likely more robust) backend?

justinyoo commented 3 years ago

It should be fine! But, mine is assuming for personalised app–I get the API key from the environment variable, rather than storing to somewhere.

filipkappa commented 3 years ago

@toddanglin what is the status of this? I get the same error when I try to schedule

thomasbnt commented 3 years ago

Hello, any updates for this issue? 🤞🏼

martinkr commented 2 years ago

+1

martinkr commented 2 years ago

+1

alex-zenml commented 2 years ago

+1

justinyoo commented 2 years ago

If anyone interested, as @toddanglin mentioned, I've got a repository that sorts out this issue.

https://github.com/devrel-kr/devto-article-publish-scheduler

You should deploy this to your Azure Functions instance and use it for now.