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
- Current User Is Not Authorized To Perfor...
I keep getting an error saying the current user is not authorized to perform the requested action, when I'm trying to create a row a table. Permissions have bee...
- [BUG] The cloud cannot be migrated to se...
The cloud cannot be migrated to self-hosting. The content of this post is exactly the same as [issue 11068](https://github.com/appwrite/appwrite/issues/11068) ...
- Rate lÃmit reset
I've made an error in the code by not setting a limit on how much rows should i get per request because i was working with a small db for testing. Last night Iv...