sample code broken
sdk = JWTAuth.fromsettingsfile('boxconfig.json')
AttributeError: 'NoneType' object has no attribute 'fromsettings_file'
2
votes

-
AdminAnonymous (Admin, Box) commented
When using JWT auth in Python, just make sure to install the JWT dependency - the previous step (https://developer.box.com/docs/install-the-sdk) covers that. Specifically just run pip install "boxsdk[jwt]" and that should get you around that error.