SDK: Python with API Issue: unable re-upload(update) a exist file Function: storage.create_file Error: "A storage file with the requested ID already exists"
correct...you need to delete hte file first...however, I recommend creating a new file instead of recreating it because you might run into problems if the client has cached the file
ok, I get it. Thanks
[SOLVED] Error update storage files
Recommended threads
- Realtime Connection Error After Updating...
I get the following error message now when the realtime subscription picks up a new message. There's more to the error but it makes the discord message too long...
- CORS Errors
from origin '<my url>' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. Was working fine until tod...
- Whats best practise for Appwrite Cloud?
Appwrite Teams map very nicely to my needs, it is how i group users together. ... I use roles to define permissions. Should I also map a table to each team ? ...