supabase / storage-js

JS Client library to interact with Supabase Storage
Apache License 2.0
126 stars 36 forks source link

Removing an object from storage doesn't work #180

Open fede4rodriguez opened 1 year ago

fede4rodriguez commented 1 year ago

Bug report

Describe the bug

when using .storage.from(bucketName).remove([imageFileName]) return an empty array in data and null in error

Screenshots

code with logs:

Captura de pantalla 2023-09-20 153104

request and response:

Captura de pantalla 2023-09-20 153306 requests and response:

Captura de pantalla 2023-09-20 153323

policies:

Captura de pantalla 2023-09-20 153439 Captura de pantalla 2023-09-20 153535

showing that the file and bucket exist:

Captura de pantalla 2023-09-20 153407

fede4rodriguez commented 11 months ago

🙄