| Summary: | Titles are not exported anymore on google photos | ||
|---|---|---|---|
| Product: | [Applications] digikam | Reporter: | Dav <davm6101> |
| Component: | Plugin-WebService-Google | Assignee: | Digikam Developers <digikam-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | metzpinguin |
| Priority: | NOR | ||
| Version First Reported In: | 6.0.0 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://commits.kde.org/digikam/0092603a1ae2903020e52acfde871ab7acbc3897 | Version Fixed/Implemented In: | 6.0.0 |
| Sentry Crash Report: | |||
|
Description
Dav
2018-10-22 06:26:19 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 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 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 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 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 |