SDK-Get an user access
Hello everyone, I was wondering if someone can help me because I am trying to work with the SDK from an API’s box to make a connection and get information about a link that is published, for example get information of the last published date and the person who published the link. But to make this I have an application that is reading the following data:
- CLIENT_ID
- CLIENT_SECRET
- PUBLIC_KEY_ID
- PRIVATE_KEY_PATH
- PRIVATE_KEY_PASSPHRASE
- ENTERPRISE_ID
But when I set up the express and SDK the app is running but when I try to log in into the application, I have the error that appears in the image that I uploaded. So, I hope that someone can help me to solve this problem.
Regards
-
Hi ,
I think the issue has to do with your private key. Did you download the config file directly from the application config section of the developer console, or are you rolling your own private key? A few things to make sure of visually:
- Does your private key include the start line and end line?
- There should be no extra spaces between each line.
If you have created your own private key or you have it embedded inside the config JSON file that you downloaded from Box, it'll look something like this (just with a longer key):
-----BEGIN ENCRYPTED PRIVATE KEY-----\n6rAITIbV7A\nJhdDLWG+1eruLRIZVNMSwNq0vHA/GVpeKPjRs3aNfhoWWS016oaEiwXpEx03vUOieVJgpja1sm99eCIaQ/mFKP8M\nxCbNODIYlUZeWPUpCWtx0IgONxMj9TtqAOvlyPZKUNtGXtFluI5d2s+26oPs+p2F\nAzY=\n-----END ENCRYPTED PRIVATE KEY-----\n
-
Hello good morning thank you so much for answering my question, I tried to generate the json as the API documentation says and I can generate the publickeyID but I have one more question and I hope that you can help me, the question is: How can I generate the privateKey and passphrase in the configuration section? If the only thing that the api generates me is the developer token, clientID and the publicKey. So I have the doubt of how can I get the privatekey and the passphrase? Or I just need to assign some value personally?.
I hope that you can help me and again thanks for answering my question.
Regards.
Please sign in to leave a comment.
Comments
2 comments