复制文件时出错。
FAILED_TO_COPY_FILE
未能将路径 <source> 中的文件复制到 <destination>。 原因:<cause>。
FILE_ALREADY_EXISTS
路径 <path>中已存在文件。 使用模式“skip”设置if_file_exists以跳过上传此文件,或设置“overwrite”以覆盖现有文件。
FILE_NOT_EXISTS
路径 <path> 处的文件不存在。 请改用 TRY_COPY_FILE,如果文件不存在,它会返回 null。