mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
223 B
223 B
from appwrite.client import Client from appwrite.services.storage import Storage
client = Client()
(client .set_project('') .set_key('') )
storage = Storage(client)
result = storage.update_file('[FILE_ID]', {}, {})