Hi Team,
We are constantly getting below error when our automated jenkins jobs trying to upload files on box folder:
access_token = response.json()[‘access_token’]
KeyError: ‘access_token’
The same jobs are working fine on staging server with same configurations means files are being uploaded to box folders using the same app config on our staging server.
The issue we are facing is in production jenkins jobs, it was working fine till 24th dec but now continue to fails generating access token.
We are currently using JWT without SDK approach.
Looking forward for some help.
Thanks,
Shailendra J