来自Google云端硬盘的React Native [Android] URI与'React-Native-Document-Picker'& “反应过来,本机获得实时的路径”

时间:2018-04-25 20:14:35

标签: react-native uri react-native-android

React Native [Android]

三星手机

图书馆:

  • react-native-document-picker [返回我们的URI]
  • react-native-get-real-path [将URI转换为真实路径]

能够:

  • 从本地文件中获取URI并获取包含图像的真实路径
  • 我选择文件时能够从Google云端硬盘获取URI

无法:

  • 将Google云端硬盘URI转换为实际路径

    DocumentPicker.show({filetype: [DocumentPickerUtil.allFiles()],},(error,res) => {
        RNGRP.getRealPathFromURI(path).then(function(androidPath){
            console.log('AndroidPath : ', androidPath);
        })
    
    }
    

我的谷歌驱动器的URI是这样的:

content://com.google.android.apps.docs.storage/document/acc%3D2%3Bdoc%3D1

0 个答案:

没有答案