stanaka / lightroom-google-photo-plugin

GNU General Public License v3.0
241 stars 40 forks source link

Verify whether the response is empty #19

Closed chibiegg closed 6 years ago

chibiegg commented 6 years ago

Sometimes the List Albums API result is empty when last page and an error occurs.

07/25/2018 19:37:16 INFO    listAlbums nextPageToken:    AH_uQ4xxxxxxxxxx
07/25/2018 19:37:16 INFO    listAlbums url:      https://photoslibrary.googleapis.com/v1/albums?pageToken=AH_uQ4xxxxxxxxxx
07/25/2018 19:37:18 INFO    listAlbums result:   {
  "nextPageToken": "AH_uQ4xxxxxxxxxx"
}

This PR check whether the result is empty or not.