WimDecorte
- Total activity 19
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
Posts
Recent activity by WimDecorte-
set custom header on 'representations' call does not work
AnsweredAdding 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
AnsweredIn 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...
-
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...
-
.NET SDK - AdminToken() generates 'invalid grant'
AnsweredUsing .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...