Summary: | google photo, export stops after a random quantity of photos | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Philippe ROUBACH <philippe.roubach> |
Component: | Plugin-WebService-Google | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles, dinhthanhtrung1996 |
Priority: | NOR | ||
Version: | 5.9.0 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 6.0.0 | |
Sentry Crash Report: |
Description
Philippe ROUBACH
2017-08-05 17:19:27 UTC
Thanh, This file still valid with your GSoC 2018 devel branch ? Best Gilles Caulier kde app 18.04.2 kde framework 5.47.0 plasma 5.13.2 digikam 5.9.0 problem still there stops after about 60 uploaded photos among about 200 or says all photos (167) are uploaded but no one appears at google photo Hi Philippe, Probably this problem is fixed in Thanh devel branch, planed to be merged in master for 6.0.0 release. Thanh, can you confirm if the problem still here with your code ? Best Gilles Caulier Hi, I think it's a problem of Google API quota. I will find a way to work around. Thanh Hi, I found a way to work around. I don't have too many images to test, but I think that this bug will be fixed in 6.0.0. Thanh. Thanh, This will fix also bug #396671 ? Gilles Gilles, I don't think that 2 bugs are about the same thing. This bug is about upload limit, which is 50 photos. I solved it by calling API several times if uploading more than 50 photos. Bug #396671 is about download limit, which is 100 by default (up to 500). So, I can try to solve that bug in the same way. However, there is a quota of 2500 API calls per day and that is what I am worried about. Solving these bugs leads to increase in API call and if the quota is exceeded, it will be impossible to use Goolge Photos APIs anymore, even those used for authentication and even from other users. Hence, these solutions above should be really considered. Best, Thanh |