Closed bombillazo closed 6 months ago
This would not be needed if #359 is fixed
This is now fixed, move will not create a new id. However, the copy command will still need to create a new object since it is a brand new object
Also added support for returning the ID on move / copy operation on this PR #444 Note: keep in mind that this fix is not yet release to the Hosted version of Supabase, will be released soon next week
This is now being supported
Bug report
Describe the bug
When we use the
move
endpoint, we do not get the new id of the file.To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
object/move
endpoint to move a file{ message: "Successfully moved" }
Expected behavior
We expect to get the new file id so we can match the file internally to our relations.
System information