You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 19, 2026. It is now read-only.
These two lines should be added in the definition of convert_request, to support the start_index argument that is valid in a v3 request and supported (under a different name and type) in the v4 of the API. Sorry about telling you this in "issues", but I don't know how to actually use pull requests.
if 'start_index' in kwargs:
report_request['pageToken'] = str(kwargs.get('start_index'))
These two lines should be added in the definition of convert_request, to support the start_index argument that is valid in a v3 request and supported (under a different name and type) in the v4 of the API. Sorry about telling you this in "issues", but I don't know how to actually use pull requests.