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
- fastly error
Hey! I'm hitting a Fastly error on the www version of our site, but the root domain works fine. We have a wildcard set up, so I expected the subdomain to be cov...
- Facebook's scraper facebookexternalhit g...
share.bardbliss.com but works fine on the raw fra.appwrite.run URL. No execution logs appear when Facebook hits the custom domain. This was working before. How ...
- How to Display File in Web?
I'm trying to use Appwrite's Storage to store images and display them in my app, however when I use the `getFileView`, `getFileDownload` or `getFilePreview` met...