appwrite storage createFile \
        --bucketId [BUCKET_ID] \
        --fileId [FILE_ID] \
        --file 'path/to/file.png' \

