加载Dropbox路径时出错

时间:2012-05-19 14:46:33

标签: objective-c xcode dropbox

我必须从Dropbox的某些文件夹中加载文档。这是错误:

DropboxSDK: error making request to /1/files/sandbox/lets/newFile.json - File not found

但文件夹是他们甚至文件!!

如果我搜索它:

/sandbox/newFile.json

(我甚至在sandbox文件夹中复制了newFile.json)。 在沙箱文件夹中加载其他文件夹时似乎有错误。我该如何修复错误?

这是我下载文件的方式:

 [self.restClient loadFile:filename2 intoPath:getImagePath2];

1 个答案:

答案 0 :(得分:0)

我发现此错误是因为应用程序设置为仅访问文件夹而生成的。如果要访问所有文件夹,则必须具有完整的Dropbox访问权限