
Kamil Berdychowski
- Total activity 21
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 9
Activity overview
Latest activity by Kamil Berdychowski-
Kamil Berdychowski commented,
Hi, you are right looks like a windows issue. I've created a non admin user and I can see that the path contains `@boxcli\bin` but I cannot invoke the cli unless I'm running as an admin. I was able...
-
Kamil Berdychowski commented,
Hello, what do you mean by not recognised? I was able to install cli using files provided in Github repository follow the guide and run commands. Can you provide more details?
-
Kamil Berdychowski commented,
Hi, we do not own Boxr I would suggest reaching out to folks there: https://github.com/r-box/boxr/issues.
-
Kamil Berdychowski commented,
Hello, There is a search API that you can use to search for elements. You can find sample usage here: https://github.com/box/box-python-sdk/blob/main/docs/usage/search.md#search-for-content, and mo...
-
Kamil Berdychowski commented,
Hello, By default application operates in a Service Account scope, which is separated from other users: https://developer.box.com/guides/getting-started/user-types/service-account/You can look into...
-
Kamil Berdychowski commented,
We do not have any simple solution for this issue now... You can reach out to us using Github and maybe we can figure out something.
-
Kamil Berdychowski commented,
Hello, unfortunately you cannot cancel any network request in Python SDK. You should be able to set a timeout though if that could help. I would like to understand why you need to cancel upload. or...
-
Kamil Berdychowski commented,
Hi, Box Java SDK does not support marker based pagination for groups. You can iterate over all groups with iterator, the guide on using groups can be found here: https://github.com/box/box-java-sdk...
-
Kamil Berdychowski commented,
Hi Abhishek Mayee, You don't need to manage the BoxDeveloperEditionAPIConnection nor BoxTransactionalAPIConnection. There is no resource "opened" like for example socket that you should close. Conn...
-
Kamil Berdychowski commented,
Hi takuya akama, I'll preparing an update to the docs, here is something that worked for me when I wanted to upload a base64 content using Box Node SDK var {Readable, ReadableOptions} = require('st...