Erica Sawczynec

Results 18 comments of Erica Sawczynec

Hi Lukas, Thanks for the detailed response! For both the JWT and the CCG I have completed the set up for the app as described in the Box API documentation,...

Hi Lukas, The original Box CLI app I had set up is configured for OAuth 2.0 (just by following the directions [here](https://developer.box.com/guides/tooling/cli/quick-start/create-oauth-app/)). The trial application I created & had approved...

Hi Lukas, I am still having a bit of difficulty with the OAuth 2.0 example you have above. I've changed the Redirect URI like you've mentioned, but when I put...

Hi Lukas, Is it normal for the localhost website to have a continuous loading wheel after granting access or is something else meant to happen?

Hi Lukas, Maybe I should provide a more detailed example of what I'm trying to accomplish here is a script that I am testing with: from boxsdk import OAuth2, Client...

Hi Lukas, Okay I can try with the other authentication methods, I was just trying the OAuth since I had an app for it and it takes my organization weeks...

It is only when I try to use the user_client that that specific error is thrown. If I just try to use the client I get a different error that...

Okay! App is resubmitted for approval, I'll update you when it's approved.

Hi Lukas! I had the app reauthorized (for JWT) last night. I downloaded the .json file again, but it doesn't include my public/private key. Do I need to generate a...

Hi Lukas, Unfortunately even with a new key pair and app authorization I still get the "Code: access_denied_insufficient_permissions" error.