rbratton
- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 5
Activity overview
Latest activity by rbratton-
rbratton created a post,
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 commented,
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 commented,
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 created a post,
Changing the destination of file uploads
AnsweredI'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 commented,
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 commented,
That sounds like what I wanted to hear. Thanks!
-
rbratton created a post,
.NET SDK -- Where is my refresh token?
AnsweredI 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 created a post,
.NET SDK - upload file with versioning
AnsweredUsing 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 commented,
Strange -- it didn't work all day yesterday, but today it works fine. I'm not sure what changed. Thanks anyway!
-
rbratton created a post,
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 ...