Mendeley / mendeley-api-python-catalog-example

This is a simple example of an application that consumes the Mendeley API, using the Python SDK.
Apache License 2.0
23 stars 6 forks source link

oauthlib.oauth2.rfc6749.errors.TokenExpiredError #5

Open rxng opened 7 years ago

rxng commented 7 years ago

I get the oauthlib.oauth2.rfc6749.errors.TokenExpiredError after some time has past, and even when I restart the server it keeps showing this message

dreamflasher commented 4 years ago

You need to refresh the token, unfortunately there is no documentation on how to do this. I have the same issue and am looking for an answer.