Open mazzuna opened 11 years ago
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
Thanks for the report Mazen. I'll have to go through the sample app and see what's going on with it.
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 is always no. I am trying to debug the issue. But I assume there must be something wrong with my setup.
Thanks! Mazen