Roger Longenbach
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Roger Longenbach-
Roger Longenbach commented,
Alex, it's working now, thanks!
-
Roger Longenbach commented,
Thanks, I've reached out!
-
Roger Longenbach commented,
I didn't make any changes to the rights before getting it authorized
-
Roger Longenbach commented,
Yeah, even without loading OAuth2 it still says the same error: [31m"OPTIONS https://api.box.com/2.0/files/content" 403 0{'Date': 'Wed, 16 Feb 2022 17:13:20 GMT', 'Transfer-Encoding': 'chunked', ...
-
Roger Longenbach commented,
I'll try not loading it and see if it makes any difference, but I am able to load the files into the same exact folder using the developer token boxFile = client.folder(destboxFoldID).upload(new...
-
Roger Longenbach commented,
Hi Alex, yes the Python SDK. Using the JWT token with the dev box created public/private key json rider file that I'm reading in the script. import boxsdkfrom boxsdk import Client, OAuth2, JWTAuth...
-
Roger Longenbach created a post,
Insufficient scope for file upload in Python, using JWT
AnsweredHi, I need to upload documents on a regular basis to an internal Box account with my enterprise app. I have a python script that pulls files across a tunnel and then will need to push them into a ...