Bug 417633 - The Google Photos transfer no longer works
Summary: The Google Photos transfer no longer works
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Plugin-WebService-Google (show other bugs)
Version: 7.0.0
Platform: Microsoft Windows Microsoft Windows
: NOR grave
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-02-14 13:02 UTC by alain.pouchard1410
Modified: 2020-02-15 15:01 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In: 7.0.0


Attachments
The Google Photos transfer no longer works (9.48 KB, image/jpeg)
2020-02-14 13:02 UTC, alain.pouchard1410
Details

Note You need to log in before you can comment on or make changes to this bug.
Description alain.pouchard1410 2020-02-14 13:02:51 UTC
Created attachment 126009 [details]
The Google Photos transfer no longer works

The Google Photos transfer no longer works
Comment 1 Maik Qualmann 2020-02-14 13:16:11 UTC
Yes, the cause is clear. Due to a C++ optimization in the source code, the API version is missing in the URL. I will fix it very late this evening.

Maik
Comment 2 caulier.gilles 2020-02-14 17:19:47 UTC
Git commit fa9dd2ed1f42f6d4e30b7e67e7646270576ee45a by Gilles Caulier.
Committed on 14/02/2020 at 17:19.
Pushed by cgilles into branch 'master'.

Fix ApiVersion registration in google photo url
FIXED-IN: 7.0.0

M  +2    -2    core/dplugins/generic/webservices/google/gphoto/gptalker.cpp

https://invent.kde.org/kde/digikam/commit/fa9dd2ed1f42f6d4e30b7e67e7646270576ee45a
Comment 3 caulier.gilles 2020-02-14 17:21:01 UTC
My fault sorry. I don't take a care to the class members order to register api version in url. My last commit my fix the problem...
Comment 4 alain.pouchard1410 2020-02-15 15:01:03 UTC
Hello

I just tested it and the bug is fixed. It works normally.

However, as far as I'm concerned, it's hard to use. I now have 735 
albums. For each album, it takes me 2 minutes 50 seconds to retrieve the 
list of these albums and still almost 2 minutes to create an album.

For this to be usable, the list of albums should only be loaded on 
request. I tested with 5 albums on a friend's PC, it works well and 
quickly. So the problem is my number of albums.

Thank you

Kind regards


--------------------------------------------

Bonjour

Je viens de tester et le bug est corrigé. Cela fonctionne normalement.

Par contre, en ce qui me concerne, c'est difficilement utilisable. J'ai 
maintenant 735 albums. Pour chaque album, il me faut 2 minutes 50  
secondes pour récupérer la liste de ces albums et encore pratiquement 2 
minutes à la création d'un album.

Pour que cela soit utilisable, il ne faudrait charger la liste des 
albums que sur demande. J'ai testé avec 5 albums sur le PC d'un ami, 
cela marche bien et rapidement. Le problème est donc bien mon nombre 
d'albums.

Merci

Cordialement


Le 14/02/2020 à 18:21, bugzilla_noreply@kde.org a écrit :
> https://bugs.kde.org/show_bug.cgi?id=417633
>
> caulier.gilles@gmail.com changed:
>
>             What    |Removed                     |Added
> ----------------------------------------------------------------------------
>                   CC|                            |caulier.gilles@gmail.com
>
> --- Comment #3 from caulier.gilles@gmail.com ---
> My fault sorry. I don't take a care to the class members order to register api
> version in url. My last commit my fix the problem...
>