The Python Google APIs client library has a helper method for paging through
items returned by list() operations:
https://developers.google.com/api-client-library/python/guide/pagination
It's possible to simulate this behavior by looping until the list response's
nextPageToken is null, but having a helper method is cleaner.
Original issue reported on code.google.com by je...@google.com on 19 Dec 2013 at 6:54
Original issue reported on code.google.com by
je...@google.com
on 19 Dec 2013 at 6:54