northwestern
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by northwestern-
northwestern commented,
Hi , I've solved the issue: it turns out my client secret was incorrect. This would have been easier to solve had there been a better error message I think – even something like "invalid credentia...
-
northwestern commented,
I am also receiving this error, although I'm doing regular Oauth verification, not using JWT.
-
northwestern created a post,
Unable to fully authenticate using oauth: Error code 400
AnsweredHere is my code: from flask import Flask, redirect, request from boxsdk import Client from boxsdk import OAuth2 import config_oauth import requests import logging app = Flask(__name__) # Create...