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.
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
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
Can you please test the uploading of video files with the current version of today? https://files.kde.org/digikam/ Maik
Box.com video upload now tested, works fine. I close the bug now. Maik