Home supabase Copy an existing file
Post
Cancel

supabase Copy an existing file

내일배움캠프 LGLG!

최종 프로젝트 주차 - Team Project

Copy an existing file

기존 파일 복사하기

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

supabase Move an existing file

supabase Delete files in a bucket