Giter Club home page Giter Club logo

Comments (10)

inian avatar inian commented on July 25, 2024 1

Are you using the anon key or service key here @ahmedabdelhafez? if you are using the anon key, you may need to allow access by adding the right RLS policies in your dashboard

from storage.

ahmedabdelhafez avatar ahmedabdelhafez commented on July 25, 2024

Are you using the anon key or service key here @ahmedabdelhafez? if you are using the anon key, you may need to allow access by adding the right RLS policies in your dashboard

Hello @inian I am using the example in the docs, the problem also it give me ok that the item is deleted but when move to the supabase storage I found that the image is not deleted

from storage.

inian avatar inian commented on July 25, 2024

Can you share a reproducible example? If you don't want to share the exact code here, feel free to send us a support ticket with the project ref, key and the code you are using at https://app.supabase.io/support/new

Thanks!

from storage.

ahmedabdelhafez avatar ahmedabdelhafez commented on July 25, 2024

Can you share a reproducible example? If you don't want to share the exact code here, feel free to send us a support ticket with the project ref, key and the code you are using at https://app.supabase.io/support/new

Thanks!

hello @inian here is the code example i put the code in the service and pass parameters to the function
deleteImage(bucket: string, imageId: string) { return this.supabaseConfig .getSupabaseClient() .storage.from(bucket) .remove([${imageId}]); }

from storage.

ahmedabdelhafez avatar ahmedabdelhafez commented on July 25, 2024

and also i want to say that the bucket is private and i can upload image to it but the download and delete i cannot do this step why i don't know

from storage.

inian avatar inian commented on July 25, 2024

Are you using the anon key or service key here? if you are using the anon key, can you share the current RLS policies you have on the storage schema?

Might be easier to debug if you share the url you are trying to access / delete

from storage.

ahmedabdelhafez avatar ahmedabdelhafez commented on July 25, 2024

Are you using the anon key or service key here? if you are using the anon key, can you share the current RLS policies you have on the storage schema?

Might be easier to debug if you share the url you are trying to access / delete

here is all policies granted to the bucket
image

from storage.

vab1997 avatar vab1997 commented on July 25, 2024

I have the same problem, is there any solution for this problem?

from storage.

fenos avatar fenos commented on July 25, 2024

Hello @ahmedabdelhafez and @vab1997 we would need to see the RLS you created for the DELETE operation.
Feel free to paste it here, we can help you to debug further

from storage.

fenos avatar fenos commented on July 25, 2024

Feel free to re-open when providing more details

from storage.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.