[Kde-imaging] [kipiplugins] [Bug 336835] cannot export to flickr anymore

jon33040 at yahoo.co.uk jon33040 at yahoo.co.uk
Sun Jun 29 10:50:10 UTC 2014


https://bugs.kde.org/show_bug.cgi?id=336835

--- Comment #5 from jon33040 at yahoo.co.uk ---
I've just recompiled digikam and done some tests changing the URLs.

The URLs to access flickr are defined in
extra/kipi-plugins/flickrexport/flickrtalker.cpp. If you change all 3 URLs to
use https then uploading works again. i.e.

flickrtalker.cpp:        m_apiUrl    =
QString("https://www.flickr.com/services/rest/");
flickrtalker.cpp:        m_authUrl   =
QString("https://www.flickr.com/services/auth/");
flickrtalker.cpp:        m_uploadUrl =
QString("https://api.flickr.com/services/upload/");

The blog liked earlier in this bug report suggests that just changing the
api.flickr.com URL should be enough. It wasn't. Changing that one and not the
other two made no difference at all. The error was unchanged.

Before someone asks, while my very rusty developer skills are still just good
enough to make changes like this, I'm certainly not up to packaging a new
version of digikam including this fix. I've never found compiling digikam to be
that bad. I spend 20-30 minutes fighting version issues with the
libcv/libopencv library each time and then it's just waiting around.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Kde-imaging mailing list