0

使用内部存储一切正常。但是当尝试下载到外部存储时,我收到“平台错误”或“目标错误”错误。使用路径:{storage.label}/dir

我可以使用文件系统 API 在外部存储上创建空目录和文本文件。

4

1 回答 1

0

The problem was using storage.label as path. You need to resolve the storage.label and use the directory.fullPath.

于 2018-03-21T05:34:00.163 回答