Hello,
I've been trying for weeks to get the new File Request API working. I'm using the Python SDK and my app is configured with JWT. For now, I'm just using the Python SDK to generate the bearer access token and putting it into Postman.
When I use the SDK generated bearer access token, the server returns a 500 error. However, if I make the exact same call using a Dev Token from the Dev Console it returns the file request as expected. I do, however, know that the bearer token I generate via the SDK is valid because if I use it to make any other call (get folder info, for example), it works as expected. The issue is only when making a call to https://api.box.com/2.0/file_requests/FILE_REQUEST_ID.
Thanks in advance.
