Clarification Needed on Moving Files Between Buckets in Supabase Storage #40656
-
|
Hello! I am trying to move files from one bucket to another using the Supabase Storage API. I referred to the documentation here: https://supabase.com/docs/reference/javascript/storage-from-move The documentation states: "Moves an existing file to a new path in the same bucket." Example Code: Issue: I'm receiving an Object not found error, even though the file exists in the source bucket. Questions:
Thank you for your assistance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 13 replies
-
|
It is supported according to the docs. Maybe an RLS issue? |
Beta Was this translation helpful? Give feedback.
It is supported according to the docs.
https://supabase.com/docs/guides/storage/management/copy-move-objects#move-objects
Maybe an RLS issue?