Comments
-
ahhh too bad. Luckily the dropbox app does multi-select and it does pass all of the files to my app. Please consider implementing multi-select. It would be really useful.
-
Yes, it's really sad. My program has no way to auto download files now due to this change. I was hoping the dropbox app would work somehow but no.
-
Greg, The routine is much slower than V1 as well. The callback takes much longer. Is there going to be any improvement on this?
-
So the problem is that I created 2 different calls. One for folders only and another for files. Apparently if there are enough files and it takes long enough, having the 2 calls at the same time will cause problems. I guess they cannot run concurrently without something happening. If I use just one routine, it works but is…
-
Thank you! I was able to resolve the problem!
-
Thanks but this is pretty depressing. It has been such a reliable and great storage service for the older iPads. Really sorry to see it go.
-
So the dropbox app will not work either I gather? So anyone not running iOS9 is out of luck with dropbox?
-
Wow, this is too bad. I have an app that still proudly runs on the first iPad with iOS5. It is still fully functional and works well. With V2 and especially this change, the entire dropbox implementation will be useless. At the very least I was thinking maybe I could update just the dropbox part, but I guess not.
-
Stephen, Is the upload much slower than before? I don't remember it taking so long to upload large files....
-
Thank you Stephen. Another thing is why does it wait until the end to decide that the path is not valid? I was testing a 300MB file which took a long time. I mean it was over an hour I think. At the very end, it decided that the file path was "malformed". Thanks!
-
I have found out that it is a full path - including filename. I wish I didn't have to guess at all of this!!!!! Is it too much to ask for full example code of uploading chunked files?