简体   繁体   中英

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. I do not need to get the file content but the trigger fails with the following: "File size '58500725' exceeds maximum value '52428800'." So, if the file on the FTP site is larger than 50 Mb, the trigger fails. 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. However, in this case you can't use the content related fields in the action step.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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