justinpaulson / google-api-python-client

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

Paging bug with Admin Audit API #216

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
[Use this form for both apiclient and oauth2client issues]

What steps will reproduce the problem?
1. Using paging (maxResults=n) with audit api always results in 503 errors.  
Testing based on the sample 'audit.py' (also note that print_activities 
function is missing in sample.)

2.  If I don't page no problems.
3.

What is the expected output? What do you see instead?
Next page of data, 

What version of the product are you using? On what operating system?
1.0, Win 7 64

Please provide any additional information below.

Original issue reported on code.google.com by justinpe...@gmail.com on 9 Nov 2012 at 6:18