Bug 398207 - box.com video upload fails despite successful authentication
Summary: box.com video upload fails despite successful authentication
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Plugin-WebService-Box (show other bugs)
Version: 6.0.0
Platform: Microsoft Windows Microsoft Windows
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-09-03 14:51 UTC by kde
Modified: 2018-11-16 19:58 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In: 6.0.0
Sentry Crash Report:


Attachments
small progress bar digikam after upload finished (4.81 KB, image/png)
2018-09-03 14:51 UTC, kde
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kde 2018-09-03 14:51:48 UTC
Created attachment 114760 [details]
small progress bar digikam after upload finished

Dear digikam developers!

When I try to upload a video to box.com (size: 122.3 MB) I first get an authentication message and I can successfully authorize, at least I get no error message, the respective webpage remains simply white. After this I see my correct box.com account name in the upload menu so I guess it is ok. When I then select the video and press the upload button I get an error message: "Failed to upload photo to box."  

1) First of all: If I try to upload a video there should be an appropriate error message: "Failed to upload VIDEO to box"

2) Second: Please fix that problem to upload videos for the final release as it is a very useful function.

On the contrary to videos I can successfully upload images, also multiple images at a time.

3) Third: The small progress bar of the main digicam window in the lower right area besides the zoom slider is still active after the upload has been finished. This should be fixed, too.
Comment 1 Maik Qualmann 2018-09-04 17:07:52 UTC
Git commit b62c9c2a80687db807d78a9b77d0fe18e43545b9 by Maik Qualmann.
Committed on 04/09/2018 at 17:07.
Pushed by mqualmann into branch 'master'.

try to fix the video upload to box.com
not yet tested, currently no account

M  +2    -3    core/utilities/assistants/webservices/box/boxmpform.cpp
M  +0    -1    core/utilities/assistants/webservices/box/boxmpform.h
M  +32   -23   core/utilities/assistants/webservices/box/boxtalker.cpp

https://commits.kde.org/digikam/b62c9c2a80687db807d78a9b77d0fe18e43545b9
Comment 2 Maik Qualmann 2018-09-04 19:38:24 UTC
Git commit 06c26fe6bd18fba2b1e8ac3c7b6444975e7c5cc2 by Maik Qualmann.
Committed on 04/09/2018 at 19:37.
Pushed by mqualmann into branch 'master'.

use the QFile device for large files

M  +0    -1    core/utilities/assistants/webservices/CMakeLists.txt
D  +0    -65   core/utilities/assistants/webservices/box/boxmpform.cpp
D  +0    -55   core/utilities/assistants/webservices/box/boxmpform.h
M  +25   -29   core/utilities/assistants/webservices/box/boxtalker.cpp

https://commits.kde.org/digikam/06c26fe6bd18fba2b1e8ac3c7b6444975e7c5cc2
Comment 3 Maik Qualmann 2018-09-15 14:51:25 UTC
Can you please test the uploading of video files with the current version of today?

https://files.kde.org/digikam/

Maik
Comment 4 Maik Qualmann 2018-11-16 19:58:09 UTC
Box.com video upload now tested, works fine. I close the bug now.

Maik