-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
400 Bad Request when trying to use the example app #12
Comments
@joemidi You can add something like |
Fixes #12. Print the full error object out in the sample app so users can debug more easily.
Fixes #12. Print the full error object out in the sample app so users can debug more easily.
I am also getting the same issue. Help me for the same. |
@trantor-saurabh-barthwal As noted above, you should be able to modify the sample app code to get more information about the error — I recommend logging |
@mattwiller thanks for information. Yes you are right, my app was not authorized by my enterprise administrator. This doc really help me: https://developer.box.com/docs/setting-up-a-jwt-app |
I get the following error when I try and use the example app:
An error occurred during login - Unexpected API Response [400 Bad Request]
It gives me no information further than that.
I've added all the app credentials in the
examples/app-auth/index.js
file.The text was updated successfully, but these errors were encountered: