rbratton
- 合計アクティビティ 17
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 1
- サブスクリプション 5
アクティビティの概要
rbrattonさんの最近のアクティビティ-
rbrattonさんが投稿を作成しました:
Auto delete file after shared link expires?
[This was originally posted on the Community How To Forum. They suggested I might have better luck over here.] Using .NET SDK and a custom app, but I'm hoping this is a configuration item on our ...
-
rbrattonさんがコメントを作成しました:
I don't know if you solved your issue on a Windows system, but I'll go ahead and post what I did in case someone else has a similar problem. I was a bit confused with the Unix-centric response, bu...
-
rbrattonさんがコメントを作成しました:
Hi Cam! I may be totally misreading what you are trying to accomplish, but in our application we are using the Service Account to deal with all our Box content. I think if you need the Enterprise...
-
rbrattonさんが投稿を作成しました:
Changing the destination of file uploads
回答済みI'm just looking for some verification here -- is this how it's done or is there a better/easier way? I have a server-to-server app using a JWT JSON token file for Box access. It works fine with ...
-
rbrattonさんがコメントを作成しました:
Aha! I now see where I was going wrong. I was building another BoxFileRequest and only FilesManager.UploadAsync needed that. The FilesManager.UploadNewerVersionAsync just needs the file name, f...
-
rbrattonさんがコメントを作成しました:
That sounds like what I wanted to hear. Thanks!
-
rbrattonさんが投稿を作成しました:
.NET SDK -- Where is my refresh token?
回答済みI keep reading that I am responsible for retrieving and saving a Refresh Token. And then I read in some posts that the SDK handles that behind the scenes. So, I'm confused. Here's what I'm using...
-
rbrattonさんが投稿を作成しました:
.NET SDK - upload file with versioning
回答済みUsing the Box .NET SDK. Am I doing this correctly? I want to upload a file and if it already exists in the account, upload a new version. I'm doing a "preflight check" to see if the file already...
-
rbrattonさんがコメントを作成しました:
Strange -- it didn't work all day yesterday, but today it works fine. I'm not sure what changed. Thanks anyway!
-
rbrattonさんが投稿を作成しました:
Using Box server-to-server: will it support our app?
We are working on an ASP.NET app and our company wants to use Box to store documents and send links to our customers. Our employees will be generating large documents (too large to send directly ...