Problem in downloading Folder with dropbox api
问题 I am using Dropbox api and tried to download folder but it is not working. I am able to download any type of file but not entire folder ..Here is my code which I used to download file NSLog(@"called"); NSArray *paths = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES); NSString *file = [NSString stringWithFormat:@"/%@",[metaArray objectAtIndex:indexPath.row]]; //NSString *file = @"/Photos"; NSString *path = [NSString stringWithFormat:@"%@/Downloaded Data/%@",