Jason Friedman
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by Jason Friedman-
Jason Friedman commented,
Indeed that is probably true. I no longer have my test setup but I believe something like this would likely fix the bug you have identified: import osimport boxsdkauth = boxsdk.OAuth2( client_id...
-
Jason Friedman commented,
Yes ... but, the token times out after 60 minutes. You will need to add to my code try/except blocks to identify that situation and get a new token.
-
Jason Friedman commented,
The code below works for me. Here's my folder/file structure: Folder1 * file1.1 * file1.2 Folder2 * file2.1 * file2.2 file1 file2 import osimport boxsdkauth = boxsdk.OAuth2( client_id=confi...
-
Jason Friedman commented,
That did it! Thank you, Kourtney. Three things ... first, resubmitting did not generate a new approval email, but I searched through my old email for the original one and clicked the link in that e...
-
Jason Friedman commented,
Thank you for sticking with me, Kourtney. The snippet of my code that is changed: claims = {'iss': config['boxAppSettings']['clientID'],'sub': "14239712463",'box_sub_type': 'user','aud': authentic...
-
Jason Friedman commented,
Hello Kourtney, What I meant by "I wrote the code to connect via JWT, and was able to upload and download, but then I realized that's for a special app, not the general Box account I set up" is tha...
-
Jason Friedman created a post,
Connect to my own Box account via Python SDK
AnsweredMy team and I share a Box instance at the office, which we do not administer. We all use our browser to upload and download files to and from this instance. We want to do the same using the SDK (in...