rbratton
- Activité totale 17
- Dernière activité
- Membre depuis
- Abonné à 0 utilisateur
- Abonnés 0 utilisateur
- Votes 1
- Abonnements 5
Aperçu des activités
Dernière activité effectuée par rbratton-
rbratton a créé une publication,
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 a ajouté un commentaire,
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 a ajouté un commentaire,
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 a créé une publication,
Changing the destination of file uploads
RéponduI'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 a ajouté un commentaire,
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 a ajouté un commentaire,
That sounds like what I wanted to hear. Thanks!
-
rbratton a créé une publication,
.NET SDK -- Where is my refresh token?
RéponduI 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 a créé une publication,
.NET SDK - upload file with versioning
RéponduUsing 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 a ajouté un commentaire,
Strange -- it didn't work all day yesterday, but today it works fine. I'm not sure what changed. Thanks anyway!
-
rbratton a créé une publication,
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 ...