I know that works for SQL queries, but when I tried that on a storage.list()I got "[ERROR]: Property 'not' does not exist on type 'Promise'."
g
garyaustin
05/11/2022, 9:07 PM
The query would be on storage.objects table.
u
UnexampledSalt
05/11/2022, 9:09 PM
Ah, well I will give that a shot. Thanks!
g
garyaustin
05/11/2022, 10:26 PM
If you can filter on list that is something new, docs don’t show it, but in the back of my mind I seem to recall a mention of that recently.
u
UnexampledSalt
05/13/2022, 11:38 AM
I didnt initially realize that there was a storage.objects table. Now that I do, I was able to build my query in a SQL function and it works perfectly! Thanks!