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
- Unable to create Sites or Functions with...
Heya, I was looking at the appwrite documentation for Sites API with the server api: https://appwrite.io/docs/references/cloud/server-nodejs/sites I can’t fin...
- Index for combination of columns
How am i suppposed to apply index so that combination of two columns alwasy remain unique in appwrite table though console
- Broken Flutter SDK >=24.1.0
Row.fromMap now does: ``` data: Map<String, dynamic>.from(map["data"] ?? {}) ``` But Appwrite Cloud TablesDB row responses return custom row columns flattene...