moneyapi / google-api-python-client

Automatically exported from code.google.com/p/google-api-python-client
Other
0 stars 0 forks source link

ACL List doesn't support pageToken #321

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I am trying to list the full ACL of a Calendar, but it gets truncated at 100 
items. I try passing the 'nextPageToken', but I get an exception: "TypeError: 
Got an unexpected keyword argument "pageToken". Passing "pageToken" in 
service.event().list() works, but it doesn't work for service.acl().list().

I believe this is a bug.

https://developers.google.com/google-apps/calendar/v3/reference/acl/list

Original issue reported on code.google.com by rchrdc...@gmail.com on 21 Jan 2014 at 10:18