
davidswalkabout
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Activity overview
Latest activity by davidswalkabout-
davidswalkabout commented,
Yes, some names high in our folderpaths refer to entities that persist overmonths. We deliver updates about those entities over months via files.Sometimes the updates occur within a few seconds of...
-
davidswalkabout created a post,
Avoiding parallel folders created by concurrent uploads via sdk
We use the Box node sdk to upload files whenever a file arrives in one of our S3 buckets. As part of the upload, we first create a desired folder structure per upload to Box by creating any folder...
-
davidswalkabout commented,
https://github.com/box/box-node-sdk#user-content-app-auth-client gives a similar example:var serviceAccountClient = sdk.getAppAuthClient('enterprise', 'APP_ENTERPRISE_ID');Where does one find one'...
-
davidswalkabout commented,
Hi A few questions:1) https://developer.box.com/en/reference/post-files-content/ says "For file sizes over 50MB we recommend using the Chunk Upload APIs." while you pointed me to https://develope...
-
davidswalkabout commented,
After digging further, it seems the failed request is actually never sent, but instead is a failure in the NodeJs Axios library because it seems not to support POST or PUT with a body that's a by...
-
davidswalkabout created a post,
Error doesn't include explanatory code when requesting upload session
I'm using the axios Node library within an AWS lambda to send API requests. This works fine for many of the APIs, but for https://developer.box.com/en/reference/post-files-upload-sessions/ it thro...