iOS 11 文件应用程序 - Google 驱动器大文件导入问题

iOS 11 Files app - Google Drive Large Files import issue

我在 iOS 11 中使用“文件”应用。 文件应用程序针对 iCloud、Google Drive 和 DropBox

配置

能够在 iCloud 和 DropBox 上打开大小 > 200 MB 的文本或 CSV 文件。 但是当我在 Google 驱动器上打开大小 > 200 MB 的文本或 CSV 文件时,我看不到文件内容。 Google Drive.

小文本文件不是问题

当我们使用 UI 套件 API - UIDocumentPickerViewController 时,问题也很明显 由于 UIDocumentPicker Apple UIKit API 使用相同的文件应用程序界面并表现出相同的行为,我们看到 API.[=13= 抛出相同的错误]

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

2017-12-22 16:19:30.233311+0530 DocumentPickerTestingGrounds[3036:431736] [DocumentManager] Failed to copy the imported file into the local container (Error Domain=NSCocoaErrorDomain Code=4097 "connection from pid 2943" UserInfo={NSDebugDescription=connection from pid 2943}) 2017-12-22 16:19:30.264298+0530 DocumentPickerTestingGrounds[3036:431689] [UIDocumentLog] UIDocumentPickerViewController : didPickDocumentURLs called with nil or 0 URLS

现在我觉得它是 Google G Drive 的驱动器或文件应用程序实现的错误。

我无法在网上找到关于此问题的任何此类参考 material 或错误说明。 我尝试删除并重新安装 Google Drive 应用程序。它仍然是相同的行为。

任何指点将不胜感激。

好吧,我不得不使用 Google 驱动器 API 然后我可以下载大于 200MB 大小的文件。

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