is it possible to filter files by 'id NOT IN' an a...
# javascript
u
is it possible to filter files by 'id NOT IN' an array?
u
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
The query would be on storage.objects table.
u
Ah, well I will give that a shot. Thanks!
g
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
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!
2 Views