eallan
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by eallan-
eallan commented,
Fixed the error I was getting by adding myself as a user to the account (since I am not the owner). I used the following code:oauth = JWTAuth( client_id='xxxxxxx', ...
-
eallan created a post,
Python BOXSDK JWTAuth 404 error when trying to upload file
AnsweredI am currently running the following code:oauth = JWTAuth( client_id='xxxxxxx', client_secret='xxxxxxxx', enterprise_id='xxxxxxx', ...
-
eallan commented,
I am having the exact same problem, error 404 when trying to upload a file using JWTAuth. But successfully upload files to a folder when using the Developer_token and OAUTH2.0, same as AdamHavas a...