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
The files.list([filePath]) API is described as Lists files in a remote folder. If called on a file returns the file info if the file exists. If the file or folder does not exist returns an empty array.
Requesting following enhancement
An option to get the number of files in the path - Currently we are listing the files and counting them. This consumes memory.
In case in a path there are different types/pattern of file Example - docx, xlsx and/or a01.jpg, a02.jpg, b01.jpg, b02.jpg. If there is a provision to selective list with file pattern would be very helpful. Example .docx or a.jpg
Expected Behaviour
Actual Behaviour
Reproduce Scenario (including but not limited to)
Steps to Reproduce
Platform and Version
Sample Code that illustrates the problem
Logs taken while reproducing problem
The text was updated successfully, but these errors were encountered:
The files.list([filePath]) API is described as
Lists files in a remote folder. If called on a file returns the file info if the file exists. If the file or folder does not exist returns an empty array.
Requesting following enhancement
docx, xlsx and/or a01.jpg, a02.jpg, b01.jpg, b02.jpg
. If there is a provision to selective list with file pattern would be very helpful. Example .docx or a.jpgExpected Behaviour
Actual Behaviour
Reproduce Scenario (including but not limited to)
Steps to Reproduce
Platform and Version
Sample Code that illustrates the problem
Logs taken while reproducing problem
The text was updated successfully, but these errors were encountered: