1
0
Fork 0
mirror of synced 2024-09-20 03:17:30 +12:00
appwrite/app/sdks/php/docs/examples/storage/get-download.md
2020-01-30 18:18:59 +02:00

213 B

setProject('') ->setKey('') ; $storage = new Storage($client); $result = $storage->getDownload('[FILE_ID]');