【发布时间】:2014-03-07 11:18:10
【问题描述】:
如果我下载然后突然我用密码锁定 Iphone,下载进度会在几分之一秒内停止。 Dropbox 服务没有继续下载进度。
这里这个方法是用于下载操作。
-(void)downloadFile:(DBMetadata*)file
{
if (!file.isDirectory)
{
NSString *documentsPath = [NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES) objectAtIndex:0];
localPath = [documentsPath stringByAppendingPathComponent:file.filename];
[[self restClientForDownload] loadFile:file.path intoPath:localPath];
}
}
【问题讨论】:
-
@Abizern。您的链接出现“找不到页面”。
标签: ios objective-c dropbox-api