[digikam] [Bug 383174] google photo, export stops after a random quantity of photos

2018-07-04 Thread Philippe ROUBACH
https://bugs.kde.org/show_bug.cgi?id=383174

Philippe ROUBACH  changed:

   What|Removed |Added

Version|unspecified |5.9.0

--- Comment #2 from Philippe ROUBACH  ---
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

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 383174] google photo, export stops after a random quantity of photos

2018-07-04 Thread Philippe ROUBACH
https://bugs.kde.org/show_bug.cgi?id=383174

Philippe ROUBACH  changed:

   What|Removed |Added

   Platform|Other   |openSUSE RPMs

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 383174] google photo, export stops after a random quantity of photos

2018-07-04 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=383174

--- Comment #3 from caulier.gil...@gmail.com ---
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

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 383174] google photo, export stops after a random quantity of photos

2018-07-04 Thread Thanh Trung Dinh
https://bugs.kde.org/show_bug.cgi?id=383174

--- Comment #4 from Thanh Trung Dinh  ---
Hi,

I think it's a problem of Google API quota. I will find a way to work around.

Thanh

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 383174] google photo, export stops after a random quantity of photos

2018-07-05 Thread Thanh Trung Dinh
https://bugs.kde.org/show_bug.cgi?id=383174

--- Comment #5 from Thanh Trung Dinh  ---
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.

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 383174] google photo, export stops after a random quantity of photos

2018-08-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=383174

caulier.gil...@gmail.com changed:

   What|Removed |Added

   Version Fixed In||6.0.0
 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED

--- Comment #6 from caulier.gil...@gmail.com ---
Thanh,

This will fix also bug #396671 ?

Gilles

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 383174] google photo, export stops after a random quantity of photos

2018-08-14 Thread Thanh Trung Dinh
https://bugs.kde.org/show_bug.cgi?id=383174

--- Comment #7 from Thanh Trung Dinh  ---
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

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 383174] google photo, export stops after a random quantity of photos

2018-01-29 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=383174

caulier.gil...@gmail.com changed:

   What|Removed |Added

  Component|GoogleServices  |Export-Google
Product|kipiplugins |digikam
Version|5.6.0   |unspecified

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 383174] google photo, export stops after a random quantity of photos

2018-01-30 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=383174

caulier.gil...@gmail.com changed:

   What|Removed |Added

   Assignee|imaging-bugs-n...@kde.org   |digikam-bugs-n...@kde.org

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 383174] google photo, export stops after a random quantity of photos

2018-06-16 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=383174

caulier.gil...@gmail.com changed:

   What|Removed |Added

 CC||dinhthanhtrung1...@gmail.co
   ||m

--- Comment #1 from caulier.gil...@gmail.com ---
Thanh,

This file still valid with your GSoC 2018 devel branch ?

Best

Gilles Caulier

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 383174] google photo, export stops after a random quantity of photos

2018-07-04 Thread Philippe ROUBACH
https://bugs.kde.org/show_bug.cgi?id=383174

Philippe ROUBACH  changed:

   What|Removed |Added

Version|unspecified |5.9.0

--- Comment #2 from Philippe ROUBACH  ---
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

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 383174] google photo, export stops after a random quantity of photos

2018-07-04 Thread Philippe ROUBACH
https://bugs.kde.org/show_bug.cgi?id=383174

Philippe ROUBACH  changed:

   What|Removed |Added

   Platform|Other   |openSUSE RPMs

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 383174] google photo, export stops after a random quantity of photos

2018-07-04 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=383174

--- Comment #3 from caulier.gil...@gmail.com ---
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

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 383174] google photo, export stops after a random quantity of photos

2018-07-04 Thread Thanh Trung Dinh
https://bugs.kde.org/show_bug.cgi?id=383174

--- Comment #4 from Thanh Trung Dinh  ---
Hi,

I think it's a problem of Google API quota. I will find a way to work around.

Thanh

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 383174] google photo, export stops after a random quantity of photos

2018-07-05 Thread Thanh Trung Dinh
https://bugs.kde.org/show_bug.cgi?id=383174

--- Comment #5 from Thanh Trung Dinh  ---
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.

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 383174] google photo, export stops after a random quantity of photos

2018-08-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=383174

caulier.gil...@gmail.com changed:

   What|Removed |Added

   Version Fixed In||6.0.0
 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED

--- Comment #6 from caulier.gil...@gmail.com ---
Thanh,

This will fix also bug #396671 ?

Gilles

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 383174] google photo, export stops after a random quantity of photos

2018-08-14 Thread Thanh Trung Dinh
https://bugs.kde.org/show_bug.cgi?id=383174

--- Comment #7 from Thanh Trung Dinh  ---
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

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 383174] google photo, export stops after a random quantity of photos

2018-06-16 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=383174

caulier.gil...@gmail.com changed:

   What|Removed |Added

 CC||dinhthanhtrung1...@gmail.co
   ||m

--- Comment #1 from caulier.gil...@gmail.com ---
Thanh,

This file still valid with your GSoC 2018 devel branch ?

Best

Gilles Caulier

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 383174] google photo, export stops after a random quantity of photos

2018-01-29 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=383174

caulier.gil...@gmail.com changed:

   What|Removed |Added

  Component|GoogleServices  |Export-Google
Product|kipiplugins |digikam
Version|5.6.0   |unspecified

-- 
You are receiving this mail because:
You are watching all bug changes.

[digikam] [Bug 383174] google photo, export stops after a random quantity of photos

2018-01-30 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=383174

caulier.gil...@gmail.com changed:

   What|Removed |Added

   Assignee|imaging-bugs-n...@kde.org   |digikam-bugs-n...@kde.org

-- 
You are receiving this mail because:
You are watching all bug changes.