workers-dav
workers-dav copied to clipboard
部署成功后,出现fileNotDownloadable情况
大佬,您好,我在部署成功后,访问workers.dev网页显示以下内容:
{ "error": { "errors": [ { "domain": "global", "reason": "fileNotDownloadable", "message": "Only files with binary content can be downloaded. Use Export with Docs Editors files.", "locationType": "parameter", "location": "alt" } ], "code": 403, "message": "Only files with binary content can be downloaded. Use Export with Docs Editors files." } }
请问这种情况应该如何处理呢?谢谢!
从错误信息来看可能是下载了一些特定格式的文件,如google docs,这类文件需要使用特殊的API,目前暂未实现,后续更新会加上
好的,我顺便附上问题截图,供大佬参考。