jhoerr / box-csharp-sdk-v2

A C# client for the Box API (v2).
http://developers.box.com/docs/
11 stars 15 forks source link

Operation has timed out for read #58

Closed prasannalakshmihost closed 10 years ago

prasannalakshmihost commented 10 years ago

Hi jhoerr,

We are getting 'The operation has timed out' error with httpstatuscode of badrequest when calling boxMangaer.Read(string id) for downloading a file as stream for files with size around 90MB. Is there a way to increase the timeout from our side?

jhoerr commented 10 years ago

There isn't a way to increase the timeout. But I don't think this is an HTTP issue -- I think you'd be getting a different error if it was.