Bug 285831 - picasa export tool: name is replaced by google userid
Summary: picasa export tool: name is replaced by google userid
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Plugin-WebService-Google (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-05 16:25 UTC by Pierre Hanser
Modified: 2018-02-04 22:27 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In: 2.7.0


Attachments
screenshot of export window (36.58 KB, image/png)
2011-11-05 16:27 UTC, Pierre Hanser
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pierre Hanser 2011-11-05 16:25:28 UTC
Version:           2.3.0
OS:                Linux

in the export window, name is filled by a strange string which reveals itself to be google userid,
where i would prefer to see the login which in my case is a mail address, more user friendly

sometimes (i think but i cannot have a screen shot) when i have to re-enter password,
the popup is pre-filled with this userid in the login part but the pair (userid, password)
does not allow successful login

Reproducible: Always

Steps to Reproduce:
in the popup box I fill login and password. login is a mail address.

the login succeeds.

Now, the field 'account name' in the main export box is filled with
this strange string.


Expected Results:  
i expect having login in the name displayed instead of google userid

kde libs from ubuntu 11.10
Comment 1 Pierre Hanser 2011-11-05 16:27:26 UTC
Created attachment 65262 [details]
screenshot of export window
Comment 2 Farhan 2011-12-06 15:23:42 UTC
I can confirm this.

It would be more user-friendly to have my email address displayed there. With just the string of numbers, I do not know which email address I have logged on from.

However, I'm not able to reproduce the part where "the popup is pre-filled with this userid in the login part but the pair (userid, password) does not allow successful login"
Comment 3 Myriam Schweingruber 2011-12-08 09:57:33 UTC
Thank you for triaging, setting status accordingly.
Comment 4 caulier.gilles 2011-12-20 17:35:10 UTC
Pierre,

This file still valid using kipi-plugins 2.4 ?

Gilles Caulier
Comment 5 Pierre Hanser 2011-12-20 21:00:18 UTC
with source from git today the problem is still here but libkipi version is only at 1.3.
i downloaded libkipi 1.4 but the sources seems quite similar.

i verified i've only one kipiplugin_picasaexport.so on my system
Comment 6 caulier.gilles 2012-06-26 08:58:58 UTC
Git commit 1af2df9bf5583600f2e35a7f9f8f7a6e66a79317 by Gilles Caulier.
Committed on 26/06/2012 at 10:56.
Pushed by cgilles into branch 'master'.

show login name in main dialog, not internal Google user name taken from token.
Related: bug 291951

M  +16   -6    picasawebexport/picasawebtalker.cpp
M  +6    -2    picasawebexport/picasawebtalker.h
M  +2    -2    picasawebexport/picasawebwidget.cpp
M  +1    -1    picasawebexport/picasawebwidget.h
M  +1    -1    picasawebexport/picasawebwindow.cpp

http://commits.kde.org/kipi-plugins/1af2df9bf5583600f2e35a7f9f8f7a6e66a79317
Comment 7 Pierre Hanser 2012-07-03 09:19:20 UTC
hello
it seems that the fix is only partial, the correct name is displayed in the windows but it's not this name
that is proposed in the 'ask password' popup.
I'm working on a fix and probably will be able to provide a patch in short future
Comment 8 caulier.gilles 2012-07-17 07:53:25 UTC
Fixed through bug #298022 in 2.8.0

Gilles Caulier