1
0
Fork 0
mirror of synced 2024-08-23 06:02:13 +12:00
appwrite/app/sdks/python/docs/examples/storage/update-file.md
2020-01-30 22:58:49 +02:00

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]', {}, {})