why do DocumentPicker change the uri the file to cache . How can I know the uri origin of file

_pickdocument = async () => {
let result = await DocumentPicker.getDocumentAsync({
type:“/”,
copyToCacheDirectory:false,
});
console.log(result.uri);
}

SCH-I545:

file:///data/data/host.exp.exponent/cache/ExperienceData/%2540dragonaicoloso%252Fvisor/DocumentPicker/ec3355b1-c59c-48d2-9229-146d8e7afc39pdf

SCH-I545:

file:///data/data/host.exp.exponent/cache/ExperienceData/%2540dragonaicoloso%252Fvisor/DocumentPicker/348e8664-8416-40b6-9918-763169f09c4cpdf

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.