OpenArchive / Save-app-ios

Secure Mobile Media Preservation
https://open-archive.org/
GNU General Public License v3.0
10 stars 3 forks source link

Support Dropbox Uploads >150MB #210

Closed johnhess closed 2 years ago

johnhess commented 2 years ago

Per discussion on #196:

Yes, this is a limitation of the current Dropbox support. If you hit the red (!), the error message given will explain that. The limit is 150 MByte. There is a complicated support for larger files which includes using some "upload session", but I didn't use that at first, as it would clearly not work in the background and it was a whole lot to implement. We probably should revisit this, now that we positively know that we cannot ever support background upload anyway.

Let's add support for these larger foreground uploads

tladesignz commented 2 years ago

Will be contained in TestFlight build 63!

purvi-ranawat commented 2 years ago

@tladesignz It works fine for build 65.