Summary: | Cannot export files with more as 4 MB to OneDrive | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Nicofo <nicofo> |
Component: | Plugin-WebService-OneDrive | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | REPORTED --- | ||
Severity: | normal | CC: | caulier.gilles, metzpinguin |
Priority: | NOR | ||
Version: | 6.3.0 | ||
Target Milestone: | --- | ||
Platform: | Appimage | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Nicofo
2019-10-19 15:30:02 UTC
*** Bug 413199 has been marked as a duplicate of this bug. *** The OneDrive plugin uses the "Simple item upload" API. File size is 4MB maximum for videos and images. Support for the "Resumable item upload" API requires more work. Maik Git commit 94a97bf01ad6e9829c564769a84b71632bb992c7 by Gilles Caulier. Committed on 10/01/2020 at 09:51. Pushed by cgilles into branch 'master'. Install QtWebKit run time process to handle web browser request with AppImage. Related: bug 413855, bug 397856 M +21 -3 project/bundles/appimage/04-build-appimage.sh https://invent.kde.org/kde/digikam/commit/94a97bf01ad6e9829c564769a84b71632bb992c7 Maik, If the One Drive file size limitation is 4 MB currently (which is ridiculous), this must be written to the online documentation. Right ? Gilles Git commit 3b5a644f57d48718d17311b6b49aa9331e797b12 by Gilles Caulier. Committed on 06/05/2023 at 09:37. Pushed by cgilles into branch 'master'. Add note about OneDrive file size limitation M +4 -0 export_tools/one_drive.rst https://invent.kde.org/documentation/digikam-doc/commit/3b5a644f57d48718d17311b6b49aa9331e797b12 We can also add a check about file size before uploading, and refuse to process file upper to 4Mb by reporting a warning in dialog files list view. Gilles (In reply to caulier.gilles from comment #6) > We can also add a check about file size before uploading, and refuse to > process file upper to 4Mb by reporting a warning in dialog files list view. > > Gilles No please. Why do you says the limit is 4Mb ? I guess it was the case previously, but it is now much larger. I made some new tests: it is now well possible to export files > 4Mb (I exported a lot of pictures of about 5 - 6Mb). I am even able to export a video of 98.4 Mb. But is does not work with another of 168.5 Mb: following error message is displayed: Error transferring https://graph.microsoft.com/v1.0/me/drive/root:/<path to image>:/content - server replied: Request Entity Too Large So the limit is somewhere between 98.4 and 168.5 Mb (100Mb maybe ? Possible to check that on Microsoft documentation ?) According to the Microsoft documentation, the "simple upload" we currently use is still limited to 4MB. Should more be possible in the meantime, it is not yet documented. Maik Hi all, The digiKam 8.4.0 Appimage bundle pre-release is now based on last modern frameworks Qt 6.7.0 and KDE 6.2.0. File can be downloaded at usual place : https://files.kde.org/digikam/ Take a care : the bundle is named with the suffix "-Qt6" not "-Qt5". This bundle is compiled under Ubuntu 22.04 and require a Linux with GlibC version >= 2.35 to run. Can you reproduce the dysfonction with this version? Thanks in advance Gilles Caulier As stated in #comment 7: > I am even able to export a video of 98.4 Mb. > (...) > So the limit is somewhere between 98.4 and 168.5 Mb (100Mb maybe ? Possible to check that on Microsoft documentation ?)" So this bug can be closed for me. But you should remove the remark in the documentation that you introduced in #comment 5 : "OneDrive file storage is currently limited to host only files with a size lower than 4Mb." No, according to Microsoft API documentation it is still limited to 4MB in simple item upload mode. Maik (In reply to Maik Qualmann from comment #11) > No, according to Microsoft API documentation it is still limited to 4MB in > simple item upload mode. > > Maik I believe you, but try by yourself, this limit is not correct anymore ;) |