Closed JEK58 closed 1 year ago
Good call. Will get this out today ๐
listFiles should now include a status
field, matching with what shows on the dashboard
You guys are impressively fast! Thanks!
I opened a PR for this types of listFiles
: https://github.com/pingdotgg/uploadthing/pull/430
Describe the feature you'd like to request
Failed uploads should not be returned when calling
utapi.listfiles()
orutapi.getFileUrls(failedUploadKey)
Right now there is no way to see if a file url actually works, or not.Describe the solution you'd like to see
Either do not return failed uploads, or add a status property to filter them out.
Additional information
No response
๐จโ๐งโ๐ฆ Contributing