After hitting "Export to imgur.com" and uploading the file, there is no way to see or copy the direct link to the uploaded file. There is a Imgur URL (like http://imgur.com/SkTaXZ2 ) but there isn't a Direct Imgur URL (like http://i.imgur.com/SkTaXZ2.png ). Reproducible: Always Steps to Reproduce: 1. Take screenshot 2. Send to... 3. Export to Imgur... 4. Upload 5. Try to see or copy the direct imgur URL (like http://i.imgur.com/SkTaXZ2.png ) Actual Results: There is no way to see or copy the direct imgur URL (like http://i.imgur.com/SkTaXZ2.png ) Expected Results: There should be a way to see and copy the direct imgur URL (like http://i.imgur.com/SkTaXZ2.png ) My actual platform version is 4.13.3 (the submit form only have until 4.12)
The source code handles link of uploaded image as returned by Imgur. Imgur reports returning the link with file extension as stated at https://api.imgur.com/models/image (Check sample JSON response on the documentation page)
So what's missing in source code to fix this file ? Gilles Caulier
(In reply to Himanshu Shekhar from comment #1) > The source code handles link of uploaded image as returned by Imgur. > Imgur reports returning the link with file extension as stated at > https://api.imgur.com/models/image > > (Check sample JSON response on the documentation page) What version of the kipiplugins is it? The Imgur view and delete URL will be displayed and working properly with kipiplugins-5.5.0. Maik
Created attachment 104507 [details] attachment-10972-0.html That's what I meant to say. The source code is doing it's work properly. The bug should be closed. On Sat, Mar 11, 2017 at 1:30 PM Maik Qualmann <bugzilla_noreply@kde.org> wrote: > https://bugs.kde.org/show_bug.cgi?id=349270 > > Maik Qualmann <metzpinguin@gmail.com> changed: > > What |Removed |Added > > ---------------------------------------------------------------------------- > CC| |metzpinguin@gmail.com > > --- Comment #3 from Maik Qualmann <metzpinguin@gmail.com> --- > (In reply to Himanshu Shekhar from comment #1) > > The source code handles link of uploaded image as returned by Imgur. > > Imgur reports returning the link with file extension as stated at > > https://api.imgur.com/models/image > > > > (Check sample JSON response on the documentation page) > > What version of the kipiplugins is it? The Imgur view and delete URL will > be > displayed and working properly with kipiplugins-5.5.0. > > Maik > > -- > You are receiving this mail because: > You are on the CC list for the bug.
Ok thanks for the feedback. I close this file now. Gilles Caulier