Artur Jankowski

Results 38 comments of Artur Jankowski

There is no direct way to do this in our SDK. Take a look at the link mentioned by Jeff [here](https://github.com/box/box-python-sdk/issues/366), where can you find a workaround for this issue:...

Hi @bvirlet , The SDK team has already investigated this problem and found its root cause. As the problem is on the backend, we forwarded this issue to the appropriate...

Hi @bvirlet, I haven't got any answer about ETA yet. As soon as I get any answer, I will let you know.

The fix for this issue #303 has already been released in version 3.1.0

I just received a message from the backend team who were working on this, that the fix has been deployed to production. I tested it and it looks like it's...

Hello @emilydoran1, thank you for your comment. It will contribute to the improvement of the `box-typescript-sdk-gen`. As for the errors, we are working on their reorganization, so that, among other...

Hi @RupertBarrow, we have decided not to add ES6 import support to the current version of box-node-sdk at this time. That's because we're working on a new, refreshed version of...

Hi @c-rei , The documentation of this endpoint [https://developer.box.com/reference/get-users/](https://developer.box.com/reference/get-users/) says, that if `user_type=external`, then you also need to pass `filter_term`. ``` external returns all external users for whom the login...