Reads the bytes of path under the served root.
path
Future<Uint8List> read(String path) async => (await _call(DriveOp.read, fields: {'path': path})).payload;