Home supabase Move an existing file
Post
Cancel

supabase Move an existing file

내일배움캠프 LGLG!

최종 프로젝트 주차 - Team Project

Move an existing file

기존 파일 이동하기

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

supabase Replace an existing file

supabase Copy an existing file