WimDecorte
- 合計アクティビティ 19
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 6
投稿
WimDecorteによる最近のアクティビティへの投票-
Service Accounts - how to create one, and how to use it through .NET SDK
I can successfully create an App User through the .NET SDK but reading up on what I need (server-to server access to all users' files) it looks like I would be better served with a service account...
-
set custom header on 'representations' call does not work
回答済みAdding a custom header to the client to ask for only the "extracted_text" representation does not get honored. Using the box node SDK. See code below, the proper code block to add the header is ex...
-
403 unauthorized when calling for recent items - box node sdk
When I make a call for recent items, I get response code 403. See details in the screenshot. Other calls in the same session through the SDK work just fine so I know it's not a credentials issue. ...
-
webhook event when tags are added / removed / edited
回答済みIn the webhook triggers section I don't see an obvious event listed that gets fired when a tag is added, removed or edited on a file or folder. Am I overlooking something, is there such an event in...
-
.NET SDK - AdminToken() generates 'invalid grant'
回答済みUsing .NET Core, following the sample code. This part works fine without errors: config = ConfigureBoxApi();session = new BoxJWTAuth(config); But as soon as I call AdminToken() on 'session' I get...