在不使用单独的头部请求的情况下获取 mime 类型 Box api?

Getting the mime type Box api without using a separate head request?

有没有办法仅从元数据中获取 box.com 文件的 MIME 类型?还是我们一直在发出 HEAD 请求?

Box API 不公开文件 MIME 类型。您必须从文件扩展名中推断出它。 file 个对象的 Here's a listing 个可用属性。