Home supabase Delete files in a bucket
Post
Cancel

supabase Delete files in a bucket

내일배움캠프 LGLG!

최종 프로젝트 주차 - Team Project

Delete files in a bucket

버킷 파일 삭제

1
2
3
4
const { data, error } = await supabase
  .storage
  .from('avatars')
  .remove(['folder/avatar1.png'])
This post is licensed under CC BY 4.0 by the author.

supabase Copy an existing file

-