Hello,
I created a custom app with JWT authentication.
I first created a POC, writing a Python Library to create a Client based upon CLIENT_ID / CLIENT_SECRET / DEVELOPER_TOKEN.
I asked IT to get Service Account ID. I created a folder, and gave to this Service account ID co owner rights to the folder.
I could validate the upload of a file in the folder.
Now I'm trying to follow this documentation to use JWT auhtentication with Box Python SDK https://developer.box.com/guides/authentication/jwt/with-sdk/.
It appears that client creation with config.json file is OK (no error) but as soon as I try to upload file in folder I have the following error
{'errors': [{'reason': 'invalid_parameter', 'name': 'item', 'message': "Invalid value 'd_XXXXXXXXXXXX'. 'item' with value 'd_XXXXXXXXXXXX' not found"}]}
This folder is the same as first POC, so it exists, and the Service account ID has co owner rights. So why do I get this error? If anyone can help on this topic...














