-
Notifications
You must be signed in to change notification settings - Fork 384
Closed
Labels
api: storageIssues related to the googleapis/nodejs-storage API.Issues related to the googleapis/nodejs-storage API.type: questionRequest for information or clarification. Not an issue.Request for information or clarification. Not an issue.
Description
Why doesn't the second element of the array have the property pageToken?
Line 90 in b4dbd73
export type GetFilesResponse = [File[], {}, unknown]; |
This property will be present if you pass { autoPaginate: false }
into Storage.getFiles
.
Metadata
Metadata
Assignees
Labels
api: storageIssues related to the googleapis/nodejs-storage API.Issues related to the googleapis/nodejs-storage API.type: questionRequest for information or clarification. Not an issue.Request for information or clarification. Not an issue.