davidswalkabout
- 合計アクティビティ 13
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 5
アクティビティの概要
davidswalkaboutさんの最近のアクティビティ-
davidswalkaboutさんがコメントを作成しました:
I have the same problem: I log in as an enterprise admin. My login email has the same domain (and no subdomain) as the domain for our Box account. I visit a folder and go to its Collaboration/Invi...
-
davidswalkaboutさんが投稿を作成しました:
Enterprise admin cannot add account
完了While at https://app.box.com/master/users I tried to add a staff member, but got an error about their already having an account. That could be made much better because the service could offer to co...
-
davidswalkaboutさんがコメントを作成しました:
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さんが投稿を作成しました:
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さんがコメントを作成しました:
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さんがコメントを作成しました:
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さんがコメントを作成しました:
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さんが投稿を作成しました:
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...