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
When I try to get a list of created backups, I get different results. The number of records differs if they are returned all in one request and if they are divided into pages.
When comparing the results, in the current example, the first record disappeared in each new window. But this behavior occurs if there are more than two windows.
When I try to get a list of created backups, I get different results. The number of records differs if they are returned all in one request and if they are divided into pages.
When comparing the results, in the current example, the first record disappeared in each new window. But this behavior occurs if there are more than two windows.
Environment details
google-api-python-client
version: 2.127.0Steps to reproduce
Run the below code
Code example
Stack trace
for different maxResults I get different results.
for 20 the result is
for 25 the result is
Thanks!
The text was updated successfully, but these errors were encountered: