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
- Enabling Overage Usage
Hello Appwrite Support Team, I am currently using Appwrite under the GitHub Student Developer Pack plan. Recently, my project hit the database read limit, and ...
- appwrite-docs MCP fails in Cursor — SSE ...
Hi team, I'm having trouble getting the hosted Appwrite docs MCP working in Cursor on Windows. Environment IDE: Cursor (latest) OS: Windows 11 Node: v24.15.0 ...
- Migration from Cloud to Self-Hosted not ...
Hello Appwrite Community, I've got the problem, that when I try to migrate my Appwrite Project from the cloud to my self-hosted Appwrite, that an API Key is mi...