martyzz1 / heroku3.py

This is the updated Python wrapper for the Heroku API V3. https://devcenter.heroku.com/articles/platform-api-reference The Heroku REST API allows Heroku users to manage their accounts, applications, addons, and other aspects related to Heroku. It allows you to easily utilize the Heroku platform from your applications.
Other
118 stars 73 forks source link

requests.exceptions.HTTPError: 401 Client Error: Unauthorized for url: https://api.heroku.com/apps #117

Closed htrade-api closed 2 years ago

htrade-api commented 2 years ago

I often use your project, but today got 401 Client Error Do you have any solution ?

image

image

martyzz1 commented 2 years ago

Is this still happenning? Are you able to use that key with the heroku cli?

https://devcenter.heroku.com/articles/authentication

htrade-api commented 2 years ago

Thanks for the hint, I checked again and found my Heroku API Key has been deleted for unknown reasons. Thank you very much !

martyzz1 commented 2 years ago

no worries..