Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Download Whole Store Error #52

Open
mazzuna opened this issue May 22, 2013 · 2 comments
Open

Download Whole Store Error #52

mazzuna opened this issue May 22, 2013 · 2 comments

Comments

@mazzuna
Copy link

mazzuna commented May 22, 2013

Hi guys,

I am having trouble downloading an entire store from Dropbox. I experience the same problem with the iOSNotebook sample app as well (the one that's pre-prepared).

In the file TICDSDropboxSDKBasedWholeStoreDownloadOperation.m, method - (void)restClient:(DBRestClient_)client loadedFile:(NSString_)destPath, line 305:

  success = [[self fileManager] fileExistsAtPath:unzippedFilePath];

Success is always no. I am trying to debug the issue. But I assume there must be something wrong with my setup.

Thanks!
Mazen

@mazzuna
Copy link
Author

mazzuna commented May 22, 2013

I implemented the delegate method applicationSyncManagerShouldUseCompressionForWholeStoreMoves: to return NO - and the whole store download seems to work properly now. For some reason - the compression related code is causing me trouble.

I don't know if this would be a cause - but the sample app requests root access from Drop Box. In my own app - as well as the way I tested the sample app (I modified it locally) I only request App Folder Access.

Thanks!
Mazen

@MrRooni
Copy link
Contributor

MrRooni commented May 28, 2013

Thanks for the report Mazen. I'll have to go through the sample app and see what's going on with it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants