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 14, 2026. It is now read-only.
When querying failed files in step 4 of Query_Import_Jobs_and_Files_Use_Case.ipynb I got error
TransportQueryError: {'message': "Page size too large, maximum page size is 25 for field 'files'", 'locations': [{'line': 5, 'column': 7}], 'path': ['fileImportJob', 'files'], 'extensions': {'code': 'BAD_REQUEST'}}
When querying failed files in step 4 of
Query_Import_Jobs_and_Files_Use_Case.ipynbI got errorTransportQueryError: {'message': "Page size too large, maximum page size is 25 for field 'files'", 'locations': [{'line': 5, 'column': 7}], 'path': ['fileImportJob', 'files'], 'extensions': {'code': 'BAD_REQUEST'}}Changing line
files (first: 50, status: FAILED, after: $cursor) {tofiles (first: 25, status: FAILED, after: $cursor) {fixes issue.