iOS 11文件应用 - Google Drive Large Files导入问题

时间:2017-12-22 10:52:03

标签: google-drive-api ios11 uidocumentpickerviewcontroller

我正在iOS 11中使用“文件”应用。 Files应用程序配置为iCloud,Google Drive和DropBox

能够打开尺寸为>的文本或CSV文件iCloud和DropBox上200 MB。 但是,当我打开一个大小为>的文本或CSV文件时在Google云端硬盘上200 MB,我看不到文件内容。 Google云端硬盘不支持小文本文件。

当我们使用UI Kit API - UIDocumentPickerViewController时,问题也很明显 由于UIDocumentPicker Apple UIKit API使用相同的Files App接口并表现出相同的行为,因此我们看到API抛出了相同的错误。

一旦我选择了一个文本或json或xml文件> 200 MB,我看到这些日志条目,并调用'documentPickerWasCancelled'事件。

  

2017-12-22 16:19:30.233311 + 0530 DocumentPickerTestingGrounds [3036:431736] [DocumentManager]无法将导入的文件复制到本地容器中(错误域= NSCocoaErrorDomain Code = 4097“pid 2943连接”UserInfo = {NSDebugDescription =来自pid 2943的连接})   2017-12-22 16:19:30.264298 + 0530 DocumentPickerTestingGrounds [3036:431689] [UIDocumentLog] UIDocumentPickerViewController:用nil或0 URL调用didPickDocumentURLs

现在我觉得它是G Drive的Google云端硬盘或文件应用实施的错误。

我无法在线找到有关此问题的任何此类参考资料或错误提示。 我尝试删除并重新安装Google云端硬盘应用。它仍然是相同的行为。

任何指针都会受到赞赏。

1 个答案:

答案 0 :(得分:0)

好的,我必须使用Google Drive API然后我可以下载文件> 200MB大小。

因此iOS 11和GoogleDrive中的文件应用存在问题。