Bug 400139 - Titles are not exported anymore on google photos
Summary: Titles are not exported anymore on google photos
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Plugin-WebService-Google (show other bugs)
Version: 6.0.0
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-10-22 06:26 UTC by Dav
Modified: 2018-10-23 18:22 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 6.0.0
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dav 2018-10-22 06:26:19 UTC
SUMMARY

Hi there,

On all 6.0 releases I tested, the pictures exported on google photo does not include the title setted on digikam.

STEPS TO REPRODUCE
1. Under digikam 6.0 beta (1, 2), define a title on a picture
2. Export it to google photo in an auto create folder
3. Open picture in google photo: picture does not have any description.

OBSERVED RESULT


EXPECTED RESULT

Having the same title defined in digikam on google photos.

SOFTWARE VERSIONS
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION
Comment 1 Maik Qualmann 2018-10-22 17:56:29 UTC
The current Google API does not have the ability to add additional upload information (tags, titles, etc.) When I upload an image from the browser interface, the metadata is scanned and the title is displayed. If the same image is uploaded via the API (the metadata is included) the title will not be displayed. This error must be on the Google API side.

Maik
Comment 2 Dav 2018-10-23 02:24:17 UTC
Hi Maik,

I was thinking it was a regression because it was working on 5.9.
If this is a coincidence, you can close the ticket.

Kind regards
Comment 3 Maik Qualmann 2018-10-23 06:05:40 UTC
DigiKam-5.9.0 use the Google Picasa Web API. But this API is outdated and could no longer create new albums. Now we're using the new (V1) Google Photo API, which has very few features right now. Creating albums is possible again, but updating photos is not possible etc.

Maik
Comment 4 Maik Qualmann 2018-10-23 18:19:42 UTC
Git commit 0092603a1ae2903020e52acfde871ab7acbc3897 by Maik Qualmann.
Committed on 23/10/2018 at 18:18.
Pushed by mqualmann into branch 'master'.

fix missing description to uploaded image
FIXED-IN: 6.0.0

M  +2    -1    NEWS
M  +8    -4    core/utilities/assistants/webservices/google/gphoto/gptalker.cpp

https://commits.kde.org/digikam/0092603a1ae2903020e52acfde871ab7acbc3897
Comment 5 Maik Qualmann 2018-10-23 18:22:35 UTC
Note: Google speaks of description and also uses the image description when uploading via the browser interface. If the image title is desired or a mixture of both, please open a separate bug report.

Maik