Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
482 views
in Technique[技术] by (71.8m points)

javascript - IE11没有足够的存储空间来完成此操作(IE11 Not enough storage to complete this operation)

I'm currently developping on Outlook2016 Add-in with the goal to download an email as eml file and upload it to another service.

(我目前正在开发Outlook2016加载项,目标是将电子邮件下载为eml文件并将其上传到另一服务。)

The problem is the add-in is running in a 32bit IE11 process and when I'm fetching the email (with attachments included) as base64string and the totalsize is bigger then 6-7MB I cannot parse the response and IE11 throws a 'Not enough storage to complete this operation' error.

(问题是外接程序正在32位IE11进程中运行,当我以base64string形式获取电子邮件(包括附件)并且totalsize较大时,则无法解析响应,而IE11会抛出IE11提示“不够存储以完成此操作的错误。)

I can't even use a breakpoint or console.log the response, each attempt to interact with it results in this error.

(我什至不能使用断点或console.log响应,每次尝试与之交互都会导致此错误。)

Anyone an idea ?

(有人知道吗?)

  ask by Lumpenstein translate from so

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...