box-node-sdk icon indicating copy to clipboard operation
box-node-sdk copied to clipboard

A Javascript interface for interacting with the Box API. You can find the node package at

Results 29 box-node-sdk issues
Sort by recently updated
recently updated
newest added

Closes: SDK-2256 ``` Test Suites: 1 passed, 1 total Tests: 14 passed, 14 total Snapshots: 0 total Time: 70.007 s ```

- [X] I have checked that the [SDK documentation][sdk-docs] doesn't solve my issue. - [X] I have checked that the [API documentation][api-docs] doesn't solve my issue. - [X] I have...

bug

- [x] I have checked that the [SDK documentation][sdk-docs] doesn't solve my issue. - [x] I have checked that the [API documentation][api-docs] doesn't solve my issue. - [x] I have...

bug

- [X] I have checked that the [SDK documentation][sdk-docs] doesn't solve my issue. - [X] I have checked that the [API documentation][api-docs] doesn't solve my issue. - [X] I have...

question

### Is your feature request related to a problem? Please describe. Vulnerable Library - json-schema-0.2.3.tgz JSON Schema validation and specifications Library home page: https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz Path to dependency file: /package.json Path...

enhancement

box-node-sdk is using request 2.88.2 but that library is deprecated as of Feb 11th 2020 Are there any plans to have it replaced ? Additional reason is that request is...

enhancement

- [x] I have checked that the [SDK documentation][sdk-docs] doesn't solve my issue. - [x] I have checked that the [API documentation][api-docs] doesn't solve my issue. - [x] I have...

bug

Node app using service account / JWT with these retry settings: `var sdk = BoxSDK.getPreconfiguredInstance(config); sdk.configure({ retryIntervalMS: 4000, // increase the base retry delay from 2s (default) to 4s numMaxRetries:...

bug

` client.folders.getItems(id,{ offset: offset, limit: limit, fields: ['name','modified_at'], sort: 'date', direction: 'DESC' })` when I add fields to an array as above, only the first item in the array is...

bug