We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
On attempting a login, when we are redirected to the complete view we fail.
Response: {u'error': u'The request requires higher privileges than provided by the access token', u'status': 403}
{u'error': u'The request requires higher privileges than provided by the access token', u'status': 403}
This line should likely contain at least the scope needed to complete.
django-nokia/nokiaapp/utils.py
Line 24 in f50d838
Since the default provided by python-nokia is user.metrics https://github.com/orcasgit/python-nokia/blob/fd4951da6bb51d2e2893339032207b96070c4c79/nokia/__init__.py#L66
user.metrics
I propose this is a configurable value with a sensible default.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
On attempting a login, when we are redirected to the complete view we fail.
Response:
{u'error': u'The request requires higher privileges than provided by the access token', u'status': 403}
This line should likely contain at least the scope needed to complete.
django-nokia/nokiaapp/utils.py
Line 24 in f50d838
Since the default provided by python-nokia is
user.metrics
https://github.com/orcasgit/python-nokia/blob/fd4951da6bb51d2e2893339032207b96070c4c79/nokia/__init__.py#L66
I propose this is a configurable value with a sensible default.
The text was updated successfully, but these errors were encountered: