[
https://issues.apache.org/jira/browse/CB-12463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15871994#comment-15871994
]
Tony Davidson commented on CB-12463:
------------------------------------
The issue is not with jcesarmobile/FilePicker-Phonegap-iOS-Plugin. As stated
in the bug report it is with cordova-plugin-file-transfer. It seems to have
issues finding a legitimate path provided by
jcesarmobile/FilePicker-Phonegap-iOS-Plugin. The path is legitimate as it can
be resolved successfully every time using cordova-plugin-file.
> File Transfer FILE_NOT_FOUND error thrown when trying to transfer a file
> brought into file system using jcesarmobile/FilePicker-Phonegap-iOS-Plugin.
> ------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: CB-12463
> URL: https://issues.apache.org/jira/browse/CB-12463
> Project: Apache Cordova
> Issue Type: Bug
> Components: iOS
> Affects Versions: 6.4.0
> Environment: iOS 10.2.1 on iPhone 6s
> Reporter: Tony Davidson
> Priority: Minor
> Labels: cordova-plugin-file, cordova-plugin-file-transfer,
> jcesarmobile/FilePicker-Phonegap-iOS-Plugin
>
> After successfully bringing a file from iCloud into apps file system using
> jcesarmobile/FilePicker-Phonegap-iOS-Plugin, the cordova-plugin-file-transfer
> throws an intermitent error 'FILE_NOT_FOUND' code: 1. Sometimes it works,
> sometimes it doesn't.
> The path of the file being picked is :
> /private/var/mobile/Containers/Data/Application/62995A87-99B3-423D-BA11-D5FB0DA44864/tmp/com.dearle-Inbox/4156341_How_to_get_started.pdf.
> The pick using filepicker is always successful, resolving the path using
> cordova-plugin-file 'cordova.file.tempDirectory + fileName' to verify the
> file exists is always successful.
> It is only when I try to use the resolved path in
> cordova-plugin-file-transfer that I run into problems. It is not a constant
> problem as I was able to upload some successfully sometimes.
> The problem only occurred when using the path provided by filepicker.
> The workaround was to move the file using cordova-plugin-file, resolve and
> provide a path to cordova-plugin-file-transfer to the new file address.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]