-
Notifications
You must be signed in to change notification settings - Fork 369
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing interface's property #2464
Comments
Hi @olishevskii
Hope this helps. I'm closing the issue now. Please feel free to re-open it if there's any other issue. |
Hi @bajajneha27. Thank you for your answer. Unfortunately, it's not working because there's a problem with the type. Moreover, I have around 11,500 files in my bucket. |
I see. |
@bajajneha27 no need to reproduce, the currently defined type is just a generic object. The issue is that it should be more clearly typed which is what @olishevskii is working on in the linked PR. |
Why doesn't the second element of the array have the property pageToken?
nodejs-storage/src/bucket.ts
Line 90 in b4dbd73
This property will be present if you pass
{ autoPaginate: false }
intoStorage.getFiles
.The text was updated successfully, but these errors were encountered: