Greetings,
I'm working on some Python processes that use the Box API. I'm looking at using JWTAuth via the box-python-sdk; looks to save a few steps when in comes to building the assertion. Related doc here: https://github.com/box/box-python-sdk#box-developer-edition
I am getting this error: TypeError: Password was not given but private key is encrypted.
This is because my private key has a password and I need to pass this as a parameter when instantiating the Client with a JWTAuth instance. I cannot find the parameter name.
I can create a .pem file without a password but I would think there is a parameter I can use to pass along the password.
Any help would be greatly appreciated! I haven't contacted the support email for the SDK yet - thinking this might be useful to others.