
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
- OAuth2 Error: invalid success param url ...
Hi everyone! I'm trying to implement Google OAuth2 login in a React Native app (using the Android simulator) with Appwrite Cloud, and I'm getting the following ...
- Relationships restricted to a max depth ...
When I do query like: ``` await _databases.listDocuments( databaseId: AppwriteConfig.DATABASE_ID, collectionId: AppwriteConfig.SERVICES_COLLECTI...
- Project Domain with namecheap problem
I have just put a new domain in the appwrite project domains settings and I setup the dns correctly since I have done that before and it says verified in appwri...
