代码之家  ›  专栏  ›  技术社区  ›  JustLogin

Expo DocumentPicker MIME筛选器不适用于JSON

  •  1
  • JustLogin  · 技术社区  · 7 年前

    所以,我的代码是:

    Expo.DocumentPicker.getDocumentAsync({type: 'application/json'})

    但是所有 .json 使用此MIME过滤器禁用文件(在Android 7.1.1上测试)。如果一切正常,我做错了什么 type: */*

    1 回复  |  直到 7 年前
        1
  •  1
  •   JustLogin    7 年前

    事实证明,Android simple不知道JSON MIME类型。唯一的解决方案是使用来自的另一个文件扩展名 this list .