Jason Friedman
- 合計アクティビティ 9
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 2
アクティビティの概要
Jason Friedmanさんの最近のアクティビティ-
Jason Friedmanさんがコメントを作成しました:
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さんがコメントを作成しました:
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さんがコメントを作成しました:
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さんがコメントを作成しました:
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さんがコメントを作成しました:
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さんがコメントを作成しました:
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さんが投稿を作成しました:
Connect to my own Box account via Python SDK
回答済みMy 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...