Dropbox SDK Download Timeout Error "-1001"

I am trying to use the Dropbox SDK to sync my application, but I ran into some problem.

On a laptop running OS X Lion, synchronization works fine, it loads and loads without failures, but when I try (with exactly the same data) on Mac Pro to run Snow Leopard, every time a couple of files do not load. I went into the console and found this error message for each of the files that were not downloaded:

[WARNING] DropboxSDK: error request for /1/files_put/sandbox/file.png - Domain Error = NSURLErrorDomain Code = -1001 UserInfo = 0x2002e8940 "Operation could not be completed. (Error NSURLErrorDomain -1001.)"

A download consists of various file types in a range of sizes.

I rebuilt the SDK with a timeout of 300 seconds, but no luck, it still time from some files about 15 seconds after the start. Does anyone have any tips or suggestions?

+4
source share

All Articles