hey everyone, does anyone know if we can copy a file in storage. I have some base files that i want to copy for each user based on what they choose. I couldnt find a way to do this besides downloading the file and then uploading again? Anyone knows a different way?
Hey! 👋 I can help with this. The issue is that most storage systems don’t support server-side file cloning, so without a direct copy API, the only option is download → re-upload. I can help you set this up properly (e.g. backend copy or automation) so users get their base files instantly. Quick question: which storage are you using (S3, Appwrite, Firebase, Supabase, etc.)?
hey, thanks i appreciate it. I use appwrite cloud both for storage and functions as backend. My functions are in python, so i assume i just do download then upload from the func?
wait
This guy look like ai
Currently, this is the only way to do it.
Yes
Avoid AI reply
yeah i thought so, but i kinda knew it was the only way 😄
Recommended threads
- Function running for more than 2 hours i...
This is my projectID: 669fe01b003800dd0503 Cloud functionID is 696ea05400147eb8eb3b I hope this doesn't count against my GB-hours?
- Session not found. Please run appwrite l...
I have encounter an issue with appwrite CLI They asking for a login session but in the doc, it’s mention that only setup client with endpoint / api key is enou...
- SELF HOSTING ISSUE, DATA NOT MIGRATING T...
Hey, devs, I recently tried to migrate my cloud instance to a self hosted version but my data is not transferred fully only the table structure is transferred ...