SFTP connector in Azure Logic App throws error : The maximum number of requests allowed '1000' was not sufficient to upload the entire content
SFTP connector in Azure Logic App throws error : The maximum number of requests allowed '1000' was not sufficient to upload the entire content
在 Azure 逻辑应用程序中测试用于将文件拖放到 SFTP 位置的 SFTP 连接器时,出现此错误:
The maximum number of requests allowed '1000' was not sufficient to upload the entire content. Uploaded content length: '253'.
在sftp 位置可以看到部分上传的文件。而使用 Filezilla 时没有问题。我正在尝试推送文件大小约为 3KB 的 XML 文件。
我没有找到要在逻辑应用程序设计器上完成的任何其他配置。我在这里错过了什么?
在设置中禁用分块时有效。
在 Azure 逻辑应用程序中测试用于将文件拖放到 SFTP 位置的 SFTP 连接器时,出现此错误:
The maximum number of requests allowed '1000' was not sufficient to upload the entire content. Uploaded content length: '253'.
在sftp 位置可以看到部分上传的文件。而使用 Filezilla 时没有问题。我正在尝试推送文件大小约为 3KB 的 XML 文件。
我没有找到要在逻辑应用程序设计器上完成的任何其他配置。我在这里错过了什么?
在设置中禁用分块时有效。