box / boxcli

A command line interface for interacting with the Box API.
https://developer.box.com
Apache License 2.0
222 stars 59 forks source link

sign-requests:create doesn't work with bulk-file-path #529

Closed kobay closed 3 months ago

kobay commented 3 months ago

I have checked that the SDK documentation doesn't solve my issue.

I have checked that the API documentation doesn't solve my issue.

I have checked that the Box Developer Forums doesn't solve my issue.

I have searched Issues in this repo and my issue isn't already reported.

Describe the bug

I would like to report an issue with the Box CLI. When using the command box sign-requests:create --bulk-file-path=data.csv, the following error message is displayed:

Cannot convert undefined or null to object

Expected behavior

sign-requests are created.

Steps to reproduce

execute box sign-requests:create --bulk-file-path=data.csv

Authentication method used in your application

Server Authentication (with JWT)

App Access Level

App + Enterprise Access

What is Box CLI Version and Node used?

@box/cli/3.12.2 darwin-arm64 node-v20.9.0

What is your Operating System Version?

macOS sonoma 14.5

lukaszsocha2 commented 3 months ago

Hi @kobay,

Thank you for reaching out to us. Could you please provide a sample of the data.csv file? We only need the header line and one example line of data. Please ensure no sensitive information is included—feel free to use mock data instead.

Best regards, @lukaszsocha2

arjankowski commented 3 months ago

Hi @kobay,

We have just released version 3.14.1 with a fix for the issue you reported 🚀 Thanks for your cooperation and for using our tool :)

Regards Artur

kobay commented 3 months ago

Thanks guys! I tested with 3.14.1, and it's working!