cbetta
- Total activity 419
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 164
Comments
Recent activity by cbetta-
by default `folders:get` only returns an initial set. To get all items just use `box folders:items ` instead. That will automatically paginate and return all items for you.
-
Already fixed. So sorry about that!
-
That all seems right. Do you get a BOX_REQUEST_ID response in the error message? Could you share this with me?
-
Excellent!
-
So we discovered this was a bug. I have submitted a patch and am now waiting for them to merge this patch and release a new version of the CLI. https://github.com/box/boxcli/pull/206
-
Official comment I think I found out the issue, it's a bug with our CLI. I have reported the issue and a fix. https://github.com/box/boxcli/issues/207 https://github.com/box/boxcli/pull/206 Meanwhile, the way forwa...
-
I am running into the same issue. Let me check with the CLI team.
-
If you are also the admin, then this should work. When you go to your app in the developer console (e.g. https://[your_enterprise].app.box.com/developers/console/app/[app_id]) then on the General p...
-
And you are still getting the same error?
-
Hi, this is currently not possible with the CLI. We recommend using cURL or one of our SDKs directly.