appwrite/docs/examples/1.3.x/server-graphql/examples/storage/get-file-download.md
2023-04-12 01:23:29 +12:00

128 B

query { storageGetFileDownload( bucketId: "[BUCKET_ID]", fileId: "[FILE_ID]" ) { status } }