I need to download all my images from a bucket on supabase. ... const { data, error } = await supabase .storage .from('avatars') ...
確定! 回上一頁