rbratton
- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 5
Posts
Recent activity by 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 ...
-
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 ...
-
.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...
-
.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...
-
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 ...
-
.NET SDK example call to GetCurrentUserInformationAsync doesn't return
New Box developer here, though C#/.NET developer since 1.0. I was looking at the sample code on https://developer.box.com/v2.0/docs/authentication-with-jwt and have got some of it working. But wh...