简体   繁体   English

Azure Logic App:FTP连接器出现RequestEntityTooLarge错误

[英]Azure Logic App: RequestEntityTooLarge error with the FTP connector

First, please note I would like to be notified each time a new file comes in a remote FTp site, so I used the "When a file is added or modified" trigger. 首先,请注意我希望每次新文件进入远程FTp站点时都会收到通知,因此我使用了“当添加或修改文件时”触发器。 I do not need to get the file content but the trigger fails with the following: "File size '58500725' exceeds maximum value '52428800'." 我不需要获取文件内容,但触发器失败并显示以下内容:“文件大小'58500725'超过最大值'52428800'。” So, if the file on the FTP site is larger than 50 Mb, the trigger fails. 因此,如果FTP站点上的文件大于50 Mb,则触发器将失败。 I understand there are limitations in Logic App but why this trigger tries to get the content of the file? 我理解逻辑应用程序有限制 ,但为什么这个触发器试图获取文件的内容? It's name is "When a file is added or modified", I do not need more than that. 它的名字是“当添加或修改文件时”,我不需要更多。 Any idea to implement this behavior? 有没有想过实现这种行为?

Thanks in advance! 提前致谢!

这是技术限制,但Logic Apps团队正在审核它。

Isn't there an option in the designer to specify "Do not use file contents"? 设计者中是否有指定“不使用文件内容”的选项? That removes the 50MB limit from the triggering mechanism. 这消除了触发机制的50MB限制。 However, in this case you can't use the content related fields in the action step. 但是,在这种情况下,您无法在操作步骤中使用与内容相关的字段。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM