Help get this topic noticed by sharing it on Twitter Twitter, Facebook Facebook, or email.
Sean Hunter
sad I’m anxious

Box.NET C# Silent Authentication (Without User Intervention)

I need to write an interface between Box.NET and an enterprise document management system. This interface will have to authenticate against the Box.NET service silently (without the user having to enter authentication details), and then mass download files from multiple users within the same company. My question is three pronged:

- Does Box.NET support a silent authentication mechanism that will allow me to authenticate without user intervention from a c#.NET application.

- Can file download be achieved via the Box.NET API without user intervention.

- What would be the recommended method of downloading all of the files across multiple users from the same company? Would you need to authenticate against each user account sequentially and then download their respective files?
7 people have
this question
+1
Reply