Chrissy
- 合計アクティビティ 19
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 2
- サブスクリプション 7
アクティビティの概要
Chrissyさんの最近のアクティビティ-
Chrissyさんが投稿を作成しました:
Sudden failure on JWTAuth - OSError("(10054, 'WSAECONNRESET')")
Hello fellow box developers! :) I have used JWTAuth for my app for a long time now. More specifically I use the following setup: py modules: boxsdk[jwt] then in code: from boxsdk import JWTAuth,...
-
Chrissyさんがコメントを作成しました:
Hi Kourtney, Thanks! The link you provided, however, does not mention any authentication methods supported as far as I can tell. The client object in the snippets, when authenticating via JWT, I ...
-
Chrissyさんが投稿を作成しました:
Is webhook endpoint available via JWT authentication in Python SDK?
回答済みIs it possible to create webhooks in Python SDK by authenticating via JSON web token for a custom app?
-
Chrissyさんがコメントを作成しました:
Steven, I'm currently looking for the same! Here's something from my learning path:You could try out the events endpoint, however it requires your app to have admin access (which I cannot get, so n...
-
Chrissyさんがコメントを作成しました:
Hi Kourtney, It would be very nice to have this feature, so I will make sure to post the feedback - thank you!
-
Chrissyさんが投稿を作成しました:
Create webhook: 403 insufficient_scope (Custom app, JWT Auth, Python SDK)
Hi, Hope someone can provide a little insight on my problem I get the 403 error "insufficent_scope" when I try to create a webhook with my app. Here is my setup: App configurations I have a Custom ...
-
Chrissyさんがコメントを作成しました:
Did you find a solution to this problem?
-
Chrissyさんが投稿を作成しました:
App to pull access stats on files (no admin/co-admin privileges)
回答済みHi, I have an app in an enterprise subscription, which pulls data from a Box folder via the Python SDK. The app is the owner of the folder that it interacts with. My personal user is then co-owner ...
-
Chrissyさんがコメントを作成しました:
Thanks! Hope I'm not hijacking the post, but maybe others will find my question related to this helpful; I get the same 403 forbidden error while using JWT auth with my application (authenticating ...
-
Chrissyさんがコメントを作成しました:
Kourtney, will you please be more specific on which kind of auth methods that the Event API support? What about JWT?