无法删除GAE文件

 手机用户2502901613 发布于 2023-02-04 19:53

我试图在使用上传中断后删除文件

final FileService fileService = FileServiceFactory.getFileService();
fileService.delete(file);

但我得到:

java.lang.UnsupportedOperationException: File \/blobstore\/writable:AD8BvukH[...]qau-Bb7AD does not have a finalized name

当我尝试使用完成文件时

FileWriteChannel writeChannel = fileService.openWriteChannel(file, true);
writeChannel.closeFinally();

然后openWriteChannel()失败了

com.google.appengine.api.files.FinalizationException
[...]
Caused by: com.google.apphosting.api.ApiProxy$ApplicationException: ApplicationError: 101: 

ApplicationError 101的含义是什么?如何正确删除文件?

撰写答案
今天,你开发时遇到什么问题呢?
立即提问
热门标签
PHP1.CN | 中国最专业的PHP中文社区 | PNG素材下载 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有